summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
...
* Pulled comments translation updates from Transifex.Jannis Leidel2011-03-15132-676/+722
* Pulled auth translation updates from Transifex.Jannis Leidel2011-03-15132-343/+394
* Pulled admindocs translation updates from Transifex.Jannis Leidel2011-03-15132-206/+219
* Pulled admin translation updates from Transifex.Jannis Leidel2011-03-15264-2874/+3489
* Pulled core translation updates from Transifex.Jannis Leidel2011-03-15132-7319/+7739
* Fixed #15575 -- Corrected handling of pagination in generic views to match do...Russell Keith-Magee2011-03-151-1/+1
* Fixed #15606 -- Ensured that boolean fields always use the Boolean filterspec...Russell Keith-Magee2011-03-151-31/+32
* Fixed #15378 -- Now properly handle OGR layers that have features with invali...Justin Bronn2011-03-156-3/+19
* Fixed #10654 -- Removed 'Does it have syntax errors' from the ImportError in ...Adrian Holovaty2011-03-141-1/+1
* Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. ...Adrian Holovaty2011-03-143-4/+4
* Fixed brittle tests that broke with release of GDAL 1.8.Justin Bronn2011-03-143-14/+13
* Fixed #9213 - Added check to prevent inactive users from resetting their pass...Carl Meyer2011-03-142-5/+26
* Fixed #14733: no longer "validate" .raw() queries.Jacob Kaplan-Moss2011-03-141-6/+0
* Fixed #15597: When formatting the debug page for inclusion in an e-mail, supp...Karen Tracey2011-03-141-8/+9
* Fixed #15601 -- Corrected a weird typo. Thanks, jMylesAdrian Holovaty2011-03-141-1/+1
* Fixed #15604 -- Changed django.db.models.permalink to use wraps() so that it ...Adrian Holovaty2011-03-141-0/+2
* Importing django.forms no longer requires DJANGO_SETTINGS_MODULE. Moved djang...Adrian Holovaty2011-03-141-1/+3
* Removed an unused code path.Luke Plant2011-03-101-5/+1
* Fixed #15572 - include with "only" option discards context properties (such a...Luke Plant2011-03-102-1/+9
* Fixed #15559 - distinct queries introduced by [15607] cause errors with some ...Luke Plant2011-03-101-1/+1
* Fixed a bunch more tests that were failing in Oracle due to false assumptions...Ian Kelly2011-03-092-2/+3
* Fixed another case-sensitivity bug in Oracle introspection. This one was har...Ian Kelly2011-03-091-1/+1
* Fixed a case-sensitivity bug in Oracle introspection that was preventing insp...Ian Kelly2011-03-091-0/+1
* Modified collectstatic management command to not include STATIC_ROOT in the u...Jannis Leidel2011-03-091-2/+2
* Removed some dead code, and old/bad constructs from the HttpResponse classes.Alex Gaynor2011-03-091-9/+3
* Added a skip for a test that fails in Oracle. Unlike other backends, Oracle ...Ian Kelly2011-03-082-0/+5
* Fixed #15570 -- Corrected a flaw in the design of the silent flag on {% cycle...Russell Keith-Magee2011-03-081-2/+2
* Fix the docstring of contrib.staticfiles BaseFinder so it's not misleading.Chris Beaven2011-03-071-1/+2
* Fixed #15553 -- Updated Macedonian locale. Thanks to vasiliyeah for the patch.Russell Keith-Magee2011-03-071-10/+36
* Fixed #15554 -- Corrected test failure in contenttypes when default site isn'...Russell Keith-Magee2011-03-071-2/+5
* Fixed #15560 -- Cleaned up some redundant post->put redirections in the class...Russell Keith-Magee2011-03-061-10/+0
* Bump trunk to 1.3 release candidate status.James Bennett2011-03-041-1/+1
* Fixed Hungarian, Russian, Serbian and Ukranian plural forms introduced in r15...Jannis Leidel2011-03-04160-96/+96
* Fixed plural forms of Irish translation introduced in r15680.Jannis Leidel2011-03-0432-32/+32
* Fixed plural forms of Welsh translation introduced in r15680.Jannis Leidel2011-03-0432-39/+55
* Fixed plural forms of Bosnian translation introduced in r15680.Jannis Leidel2011-03-0432-32/+32
* Fixed #11206 -- Ensure that the floatformat template filter doesn't switch to...Ramiro Morales2011-03-031-2/+12
* Fixed #15543 -- Tweaked change from r15696 to not use 'if' syntax introduce i...Ramiro Morales2011-03-031-1/+4
* Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee2011-03-0322-169/+169
* Fixed #12252 -- Ensure that queryset unions are commutative. Thanks to benrey...Russell Keith-Magee2011-03-031-5/+13
* Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served an...Russell Keith-Magee2011-03-032-2/+7
* Fixed #12475 -- Fixed an edge case with hidden fields in ModelAdmin changelis...Jannis Leidel2011-03-032-2/+4
* Fixed #13411 -- Made sure URL fragments are correctly handled by the next_red...Jannis Leidel2011-03-031-1/+8
* Fixed #15512 -- Cleanup of imports in contrib.admin. Thanks to Julien Phalip ...Russell Keith-Magee2011-03-038-19/+14
* Fixed #15502 -- Ensure that nested TemplateDoesNotExist errors are propegated...Russell Keith-Magee2011-03-031-2/+5
* Fixed #15530 -- Corrected typo in template loader deprecation message. Thanks...Russell Keith-Magee2011-03-031-2/+2
* Fixed #15532 -- Clarified the error message for unknown auth backends. Thanks...Russell Keith-Magee2011-03-031-1/+1
* Corrected some typos from r14673.Russell Keith-Magee2011-03-031-1/+1
* Fixed #15535 -- Stopped the blocktrans template tag from raising a KeyError i...Jannis Leidel2011-03-021-1/+1
* Updated admin source translation to include string added in r15698.Jannis Leidel2011-03-022-1/+5