summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-15Pulled sessions translation updates from Transifex.Jannis Leidel
2011-03-15Pulled redirects translation updates from Transifex.Jannis Leidel
2011-03-15Pulled messages translation updates from Transifex.Jannis Leidel
2011-03-15Pulled localflavor translation updates from Transifex.Jannis Leidel
2011-03-15Pulled humanize translation updates from Transifex.Jannis Leidel
2011-03-15Pulled gis translation updates from Transifex.Jannis Leidel
2011-03-15Pulled formtools translation updates from Transifex.Jannis Leidel
2011-03-15Pulled flatpages translation updates from Transifex.Jannis Leidel
2011-03-15Pulled contenttypes translation updates from Transifex.Jannis Leidel
2011-03-15Pulled comments translation updates from Transifex.Jannis Leidel
2011-03-15Pulled auth translation updates from Transifex.Jannis Leidel
2011-03-15Pulled admindocs translation updates from Transifex.Jannis Leidel
2011-03-15Pulled admin translation updates from Transifex.Jannis Leidel
2011-03-15Pulled core translation updates from Transifex.Jannis Leidel
2011-03-15Fixed #15614 -- Fixed potentially confusing URLconf examples in docs/ref/gene...Adrian Holovaty
2011-03-15Added file mistakenly ommitted from r15819Russell Keith-Magee
2011-03-15Fixed #15575 -- Corrected handling of pagination in generic views to match do...Russell Keith-Magee
2011-03-15Fixed #14960 -- Added tests for inclusion tags. Thanks to Julien Phalip for t...Russell Keith-Magee
2011-03-15Fixed #15594 -- Corrected typo in the docs on HTTPOnly cookies. Thanks to phi...Russell Keith-Magee
2011-03-15Fixed #15606 -- Ensured that boolean fields always use the Boolean filterspec...Russell Keith-Magee
2011-03-15Minor grammar fix to release notes added in r15765.Russell Keith-Magee
2011-03-15Fixed #15378 -- Now properly handle OGR layers that have features with invali...Justin Bronn
2011-03-14Fixed #10654 -- Removed 'Does it have syntax errors' from the ImportError in ...Adrian Holovaty
2011-03-14Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. ...Adrian Holovaty
2011-03-14Added backwards-incompatibility note for r15805.Carl Meyer
2011-03-14Fixed brittle tests that broke with release of GDAL 1.8.Justin Bronn
2011-03-14Fixed #9213 - Added check to prevent inactive users from resetting their pass...Carl Meyer
2011-03-14Fixed #14733: no longer "validate" .raw() queries.Jacob Kaplan-Moss
2011-03-14Fixed #15597: When formatting the debug page for inclusion in an e-mail, supp...Karen Tracey
2011-03-14Tweaked a bit the release notes document.Ramiro Morales
2011-03-14Fixed #15601 -- Corrected a weird typo. Thanks, jMylesAdrian Holovaty
2011-03-14Reworded part of 'Running only some of the tests' in docs/internals/contribut...Adrian Holovaty
2011-03-14Fixed #15604 -- Changed django.db.models.permalink to use wraps() so that it ...Adrian Holovaty
2011-03-14Importing django.forms no longer requires DJANGO_SETTINGS_MODULE. Moved djang...Adrian Holovaty
2011-03-10Removed an unused code path.Luke Plant
2011-03-10Fixed #15572 - include with "only" option discards context properties (such a...Luke Plant
2011-03-10Fixed #15592 -- corrected an missing backtick in the syndication docs. Thanks...Gabriel Hurley
2011-03-10Fixed #15559 - distinct queries introduced by [15607] cause errors with some ...Luke Plant
2011-03-09Fixed a bunch more tests that were failing in Oracle due to false assumptions...Ian Kelly
2011-03-09Fixed another case-sensitivity bug in Oracle introspection. This one was har...Ian Kelly
2011-03-09Fixed a case-sensitivity bug in Oracle introspection that was preventing insp...Ian Kelly
2011-03-09Fixed a test that was failing in Oracle due to default ordering assumptions.Ian Kelly
2011-03-09Modified collectstatic management command to not include STATIC_ROOT in the u...Jannis Leidel
2011-03-09Removed some dead code, and old/bad constructs from the HttpResponse classes.Alex Gaynor
2011-03-09Fixed a number of tests that were failing in Oracle due to false assumptions ...Ian Kelly
2011-03-08Added a skip for a test that fails in Oracle. Unlike other backends, Oracle ...Ian Kelly
2011-03-08Fixed #15558 -- Improved QuerySet reference docs and cleaned up numerous reST...Gabriel Hurley
2011-03-08Fixed field names that were preventing the tests from running in Oracle.Ian Kelly
2011-03-08Fixed #15570 -- Corrected a flaw in the design of the silent flag on {% cycle...Russell Keith-Magee
2011-03-07Fix the documentation of BoundField.value() to reference the correct method nameChris Beaven