summaryrefslogtreecommitdiff
path: root/django/contrib
Commit message (Expand)AuthorAgeFilesLines
* [1.3.X] Fixed #17972 -- Ensured that admin filters on a foreign key respect t...Julien Phalip2012-03-312-8/+11
* [1.3.X] Fixed #17908 -- Made some `contrib.markup` tests be skipped so they d...Julien Phalip2012-03-161-3/+3
* [1.3.X] Fixed #17837. Improved markdown safety.Paul McMillan2012-03-142-2/+29
* [1.3.X] Fixed #17737 -- Stopped the collectstatic management command from cop...Jannis Leidel2012-03-011-4/+6
* [1.3.X] Fixed #17415 -- Reset database sequence for Site's pk after creating ...Aymeric Augustin2012-01-072-4/+22
* [1.3.X] Reverting r16878 (improved admin error message) per advice from jezde...Paul McMillan2011-09-221-2/+2
* [1.3.X] Fixed #16837 -- Improved error messages for admin login. Thanks Wim F...Paul McMillan2011-09-221-2/+2
* [1.3.X] Fixed #16353 -- don't try to create Site objects on all databases. Re...Carl Meyer2011-09-212-10/+9
* [1.3.X] Fixed #14648 -- Fixed annotated date querysets when `GeoManager` is u...Justin Bronn2011-09-176-37/+34
* [1.3.X] Reverted the change in r16684, which, while fixing an alignment issue...Julien Phalip2011-09-161-6/+0
* [1.3.X] Corrected an issue which could allow attackers to manipulate session ...Russell Keith-Magee2011-09-102-9/+15
* [1.3.X] Fixed #16408 -- Fixed conversion of dates, and other problems with th...Justin Bronn2011-09-097-14/+94
* [1.3.X] Fixed a small admin CSS issue where the "Save and continue editing" a...Julien Phalip2011-08-251-0/+6
* [1.3.X] Fixed #16531 -- Fixed various instances of "undefined name" issues. T...Jannis Leidel2011-07-291-1/+1
* [1.3.X] Fixed #16292 -- Removed broken link for Swiss localflavor documentati...Jannis Leidel2011-06-181-1/+0
* [1.3.X] Fixed #16144 - layout of admin changelist broken for RTL languages.Luke Plant2011-06-021-1/+24
* [1.3.X] Fixed #15819 - Fixed 1.3 regression from r15526 causing duplicate sea...Carl Meyer2011-04-231-3/+11
* [1.3.X] Fixed `LayerMapping` to support `BigIntegerField`.Justin Bronn2011-03-301-0/+1
* [1.3.X] Fixed integer overflows that occurred when `OFTReal` fields were trea...Justin Bronn2011-03-303-6/+25
* Copied "Norwegian Bokmål (nb)" translation to old "Norwegian (no)" translati...Jannis Leidel2011-03-2010-140/+163
* Pulled translation updates from Transifex again.Jannis Leidel2011-03-20210-2294/+2335
* Fixed #15618 -- Fixed regression introduced in r15848 regarding not properly ...Jannis Leidel2011-03-202-1/+37
* Refined exception message to make sure we don't confuse users.Jannis Leidel2011-03-181-4/+2
* Fixed plural forms formula for the Croatian (hr) localization by manually ove...Ramiro Morales2011-03-1729-45/+45
* Fixed #15627 -- Use constant time comparison for password checks. Thanks to h...Russell Keith-Magee2011-03-171-1/+2
* Fixed #15622 -- Clear content type cache to avoid problems with subsequence T...Russell Keith-Magee2011-03-171-0/+1
* Fixed #15142 -- Force test views to be non-cached so that projects with cachi...Russell Keith-Magee2011-03-172-0/+7
* Fixed #15623 -- Corrected province codes for Canadian localflavor. Thanks to ...Russell Keith-Magee2011-03-171-7/+15
* Fixed #15569 -- Corrected the numbering updates to inlines when rows are adde...Russell Keith-Magee2011-03-172-34/+11
* Add `setUp` and `tearDown` methods to the geographic feed and sitemap tests t...Justin Bronn2011-03-162-0/+20
* Fixed #15194 -- Add OSGeo4W DLL library names to GEOS and GDAL interfaces. T...Justin Bronn2011-03-162-3/+3
* Fixed #15618 -- CookieStorage storage in messages framework now honors SESSIO...Adrian Holovaty2011-03-161-1/+2
* Fixed #15533 -- Now use 3857 as spherical mercator projection instead of depr...Justin Bronn2011-03-162-1/+9
* Pulled sites translation updates from Transifex.Jannis Leidel2011-03-15132-154/+154
* Pulled sessions translation updates from Transifex.Jannis Leidel2011-03-15132-151/+151
* Pulled redirects translation updates from Transifex.Jannis Leidel2011-03-15132-160/+163
* Pulled messages translation updates from Transifex.Jannis Leidel2011-03-15132-162/+162
* Pulled localflavor translation updates from Transifex.Jannis Leidel2011-03-15132-2690/+2780
* Pulled humanize translation updates from Transifex.Jannis Leidel2011-03-15132-217/+208
* Pulled gis translation updates from Transifex.Jannis Leidel2011-03-15132-263/+274
* Pulled formtools translation updates from Transifex.Jannis Leidel2011-03-15132-154/+162
* Pulled flatpages translation updates from Transifex.Jannis Leidel2011-03-15132-180/+210
* Pulled contenttypes translation updates from Transifex.Jannis Leidel2011-03-15132-155/+155
* 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
* 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 #15609 -- Fixed some 'raise' statements to use the newer style syntax. ...Adrian Holovaty2011-03-141-1/+1