summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-07Fix the docstring of contrib.staticfiles BaseFinder so it's not misleading.Chris Beaven
2011-03-07Tweaked r15769 to remove reference to "project."Carl Meyer
2011-03-07Clearer mile-high description of migrating to staticfiles in 1.3 release notes.Carl Meyer
2011-03-07Fixed #15553 -- Updated Macedonian locale. Thanks to vasiliyeah for the patch.Russell Keith-Magee
2011-03-07Fixed #15554 -- Corrected test failure in contenttypes when default site isn'...Russell Keith-Magee
2011-03-06Fixed #14965 -- Added release notes about changes to builtin template tagsRussell Keith-Magee
2011-03-06Fixed #15560 -- Cleaned up some redundant post->put redirections in the class...Russell Keith-Magee
2011-03-05Add formtools test templates to MANIFEST.Karen Tracey
2011-03-05Added trove classifiers for specific python versions. Thanks to Brett Cannon ...Russell Keith-Magee
2011-03-04Fixed #11864 -- Improved the "see also" section of the many-to-one model topi...Gabriel Hurley
2011-03-04Fixed #15557 -- removed an extra backtick from the `topics/http/shortcuts`. T...Gabriel Hurley
2011-03-04Bump trunk to 1.3 release candidate status.James Bennett
2011-03-04Refs #15550 -- Corrected another primary-key ordering problem in the modelfor...Russell Keith-Magee
2011-03-04Fixed Hungarian, Russian, Serbian and Ukranian plural forms introduced in r15...Jannis Leidel
2011-03-04Fixed plural forms of Irish translation introduced in r15680.Jannis Leidel
2011-03-04Fixed plural forms of Welsh translation introduced in r15680.Jannis Leidel
2011-03-04Fixed plural forms of Bosnian translation introduced in r15680.Jannis Leidel
2011-03-04Fixed #15550 -- Corrected an ordering dependency in the model_forms doctests....Russell Keith-Magee
2011-03-04Fixed #15549 -- Removed dependency on specific primary keys. Thanks to bberes...Russell Keith-Magee
2011-03-04Fixed #15548 -- Added an ordering clause to prevent test failures under Postg...Russell Keith-Magee
2011-03-03Fixed #15544 -- Corrected a test failure in the generic views tests that depe...Russell Keith-Magee
2011-03-03Fixed #15545 -- Corrected the admin filterspecs tests to be non-dependent on ...Russell Keith-Magee
2011-03-03Fixed #15504 -- Cleaned up contrib.syndication and contrib.utils.feedgenerato...Gabriel Hurley
2011-03-03Made small improvement to docs/topics/db/queries.txt -- added import statemen...Adrian Holovaty
2011-03-03Fixed #11206 -- Ensure that the floatformat template filter doesn't switch to...Ramiro Morales
2011-03-03Fixed #15528 -- Added versionchanged directive to load template tag docs.Gabriel Hurley
2011-03-03Added crossref targets for a couple of Django exceptions and cleaned up relat...Gabriel Hurley
2011-03-03Fixed #15543 -- Tweaked change from r15696 to not use 'if' syntax introduce i...Ramiro Morales
2011-03-03Fixed #15541 -- Updated FAQ to point at djangosites.org instead of defunct wi...Gabriel Hurley
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-03-03Fixed #12252 -- Ensure that queryset unions are commutative. Thanks to benrey...Russell Keith-Magee
2011-03-03Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served an...Russell Keith-Magee
2011-03-03Fixed #12475 -- Fixed an edge case with hidden fields in ModelAdmin changelis...Jannis Leidel
2011-03-03Fixed #13411 -- Made sure URL fragments are correctly handled by the next_red...Jannis Leidel
2011-03-03Fixed #15512 -- Cleanup of imports in contrib.admin. Thanks to Julien Phalip ...Russell Keith-Magee
2011-03-03Fixed #15502 -- Ensure that nested TemplateDoesNotExist errors are propegated...Russell Keith-Magee
2011-03-03Fixed #15530 -- Corrected typo in template loader deprecation message. Thanks...Russell Keith-Magee
2011-03-03Fixed #15532 -- Clarified the error message for unknown auth backends. Thanks...Russell Keith-Magee
2011-03-03Corrected some typos from r14673.Russell Keith-Magee
2011-03-02Fixed #15535 -- Stopped the blocktrans template tag from raising a KeyError i...Jannis Leidel
2011-03-02Updated admin source translation to include string added in r15698.Jannis Leidel
2011-03-02Fixed #11223 -- Fixed logout view to use the 'next' GET parameter correctly a...Jannis Leidel
2011-03-02Fixed #4992 -- Respect the GET request query string when creating cache keys....Jannis Leidel
2011-03-02Slightly modified change [15698] to use ugettext_lazy since it's a module lev...Jannis Leidel
2011-03-02Fixed #15531 -- Partially reverted [15701] due to compatibility issues with m...Jannis Leidel
2011-03-01Fixed #12534 -- Loosened the the security check for "next" redirects after lo...Jannis Leidel
2011-03-01Fixed #15281 -- Made the static view use an iterator when serving a file, eff...Jannis Leidel
2011-03-01Added file missing from [15696], sorry for breakage.Luke Plant
2011-03-01Fixed #15524 -- Marked up for translation literal shown by the admin app e.g....Ramiro Morales
2011-03-01Fixed #717 - If-Modified-Since handling should compare dates according to RFC...Luke Plant