summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2012-03-31[1.3.X] Fixed #17972 -- Ensured that admin filters on a foreign key respect t...Julien Phalip
2012-03-16[1.3.X] Fixed #17908 -- Made some `contrib.markup` tests be skipped so they d...Julien Phalip
2012-03-14[1.3.X] Fixed #17837. Improved markdown safety.Paul McMillan
2012-03-01[1.3.X] Fixed #17737 -- Stopped the collectstatic management command from cop...Jannis Leidel
2012-01-07[1.3.X] Fixed #17415 -- Reset database sequence for Site's pk after creating ...Aymeric Augustin
2011-09-22[1.3.X] Reverting r16878 (improved admin error message) per advice from jezde...Paul McMillan
2011-09-22[1.3.X] Fixed #16837 -- Improved error messages for admin login. Thanks Wim F...Paul McMillan
2011-09-21[1.3.X] Fixed #16353 -- don't try to create Site objects on all databases. Re...Carl Meyer
2011-09-17[1.3.X] Fixed #14648 -- Fixed annotated date querysets when `GeoManager` is u...Justin Bronn
2011-09-16[1.3.X] Reverted the change in r16684, which, while fixing an alignment issue...Julien Phalip
2011-09-10[1.3.X] Corrected an issue which could allow attackers to manipulate session ...Russell Keith-Magee
2011-09-09[1.3.X] Fixed #16408 -- Fixed conversion of dates, and other problems with th...Justin Bronn
2011-08-25[1.3.X] Fixed a small admin CSS issue where the "Save and continue editing" a...Julien Phalip
2011-07-29[1.3.X] Fixed #16531 -- Fixed various instances of "undefined name" issues. T...Jannis Leidel
2011-06-18[1.3.X] Fixed #16292 -- Removed broken link for Swiss localflavor documentati...Jannis Leidel
2011-06-02[1.3.X] Fixed #16144 - layout of admin changelist broken for RTL languages.Luke Plant
2011-04-23[1.3.X] Fixed #15819 - Fixed 1.3 regression from r15526 causing duplicate sea...Carl Meyer
2011-03-30[1.3.X] Fixed `LayerMapping` to support `BigIntegerField`.Justin Bronn
2011-03-30[1.3.X] Fixed integer overflows that occurred when `OFTReal` fields were trea...Justin Bronn
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