summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2011-03-20Copied "Norwegian Bokmål (nb)" translation to old "Norwegian (no)" translati...Jannis Leidel
2011-03-20Pulled translation updates from Transifex again.Jannis Leidel
2011-03-20Fixed #15618 -- Fixed regression introduced in r15848 regarding not properly ...Jannis Leidel
2011-03-18Refined exception message to make sure we don't confuse users.Jannis Leidel
2011-03-17Fixed plural forms formula for the Croatian (hr) localization by manually ove...Ramiro Morales
2011-03-17Fixed #15627 -- Use constant time comparison for password checks. Thanks to h...Russell Keith-Magee
2011-03-17Fixed #15622 -- Clear content type cache to avoid problems with subsequence T...Russell Keith-Magee
2011-03-17Fixed #15142 -- Force test views to be non-cached so that projects with cachi...Russell Keith-Magee
2011-03-17Fixed #15623 -- Corrected province codes for Canadian localflavor. Thanks to ...Russell Keith-Magee
2011-03-17Fixed #15569 -- Corrected the numbering updates to inlines when rows are adde...Russell Keith-Magee
2011-03-16Add `setUp` and `tearDown` methods to the geographic feed and sitemap tests t...Justin Bronn
2011-03-16Fixed #15194 -- Add OSGeo4W DLL library names to GEOS and GDAL interfaces. T...Justin Bronn
2011-03-16Fixed #15618 -- CookieStorage storage in messages framework now honors SESSIO...Adrian Holovaty
2011-03-16Fixed #15533 -- Now use 3857 as spherical mercator projection instead of depr...Justin Bronn
2011-03-15Pulled sites translation updates from Transifex.Jannis Leidel
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-15Fixed #15606 -- Ensured that boolean fields always use the Boolean filterspec...Russell Keith-Magee
2011-03-15Fixed #15378 -- Now properly handle OGR layers that have features with invali...Justin Bronn
2011-03-14Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. ...Adrian Holovaty
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-09Fixed a bunch more tests that were failing in Oracle due to false assumptions...Ian Kelly
2011-03-09Modified collectstatic management command to not include STATIC_ROOT in the u...Jannis Leidel
2011-03-07Fix the docstring of contrib.staticfiles BaseFinder so it's not misleading.Chris Beaven
2011-03-07Fixed #15554 -- Corrected test failure in contenttypes when default site isn'...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-03Updated test assertions that have been deprecated by the move to unittest2. I...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 #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-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