summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* [1.3.x] Bump version numbers for security releases.James Bennett2012-07-301-1/+1
* [1.3.x] Fixed a security issue in http redirects. Disclosure and new release ...Florian Apolloner2012-07-301-9/+12
* [1.3.x] Fixed second security issue in image uploading. Disclosure and releas...Florian Apolloner2012-07-301-14/+4
* [1.3.x] Fixed a security issue in image uploading. Disclosure and release for...Florian Apolloner2012-07-301-1/+6
* Reverted "[1.3.x] Fixed #18135 -- Close connection used for db version checking"Anssi Kääriäinen2012-05-281-12/+3
* [1.3.x] Fixed #18135 -- Close connection used for db version checkingMichael Newman2012-05-271-3/+12
* [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 #17634 -- Optimized the performance of MultiValueDict by using ...Aymeric Augustin2012-03-251-6/+9
* [1.3.x] Fixed #16481 -- Adapted one raw SQL query in cull implementation of t...Aymeric Augustin2012-03-241-1/+7
* [1.3.X] Fixed #16677 -- Fixed the future version of the ssi template tag to w...Aymeric Augustin2012-03-241-1/+1
* [1.3.X] Fixed #16812 -- Percent-encode URLs in verify_exists, to fix test fai...Aymeric Augustin2012-03-241-0/+3
* [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] Don't let ALLOWED_INCLUDE_ROOTS be accidentally set to a string rathe...Chris Beaven2012-02-221-0/+3
* [1.3.x] Fixed #15496 -- Corrected handling of base64 file upload encoding. Ba...Aymeric Augustin2012-02-181-0/+2
* [1.3.X] Fixed #17078: properly invoke IPython 0.12.Jacob Kaplan-Moss2012-01-191-3/+2
* [1.3.X] Fixed #17100 -- Typo in the regex for EmailValidator. Backport of r17...Aymeric Augustin2012-01-071-1/+2
* [1.3.X] Fixed #17415 -- Reset database sequence for Site's pk after creating ...Aymeric Augustin2012-01-072-4/+22
* [1.3.X] Fixed #16632 -- Crash on responses without Content-Type with IE. Back...Aymeric Augustin2011-12-111-1/+2
* [1.3.X] Backported the fix for #15852 -- Modified cookie parsing so it can ha...Aymeric Augustin2011-12-031-3/+3
* [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-213-19/+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] Bump to 1.3.1 for security release.1.3.1James Bennett2011-09-101-1/+1
* [1.3.X] Altered the behavior of URLField to avoid a potential DOS vector, and...Russell Keith-Magee2011-09-102-19/+33
* [1.3.X] Corrected an issue which could allow attackers to manipulate session ...Russell Keith-Magee2011-09-102-9/+15
* [1.3.X] Added protection against spoofing of X_FORWARDED_HOST headers. A secu...Russell Keith-Magee2011-09-102-1/+4
* [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 #16201 -- Ensure that requests with Content-Length=0 don't brea...Russell Keith-Magee2011-08-231-1/+6
* [1.3.X] Fixed #16299 -- Ensure that unicode strings can be used to identify c...Russell Keith-Magee2011-08-231-2/+2
* [1.3.X] Fixed #15499 -- Ensure that cache control headers don't try to set pu...Russell Keith-Magee2011-08-231-0/+6
* [1.3.X] Fixed #10571 -- Factored out the payload encoding code to make sure i...Russell Keith-Magee2011-08-231-23/+17
* [1.3.X] Fixed #14876 -- Ensure that join promotion works correctly when there...Russell Keith-Magee2011-08-231-14/+36
* [1.3.X] Fixed #16531 -- Fixed various instances of "undefined name" issues. T...Jannis Leidel2011-07-292-4/+4
* [1.3.X] Reverted [14563] because it introduced a dependency from core on a co...Ramiro Morales2011-07-141-7/+0
* [1.3.X] Fixed #16292 -- Removed broken link for Swiss localflavor documentati...Jannis Leidel2011-06-181-1/+0
* [1.3.X] Fix #15880: Prevent "stalling" when running dev server in background ...Karen Tracey2011-06-041-1/+7
* [1.3.X] Fixed #16144 - layout of admin changelist broken for RTL languages.Luke Plant2011-06-021-1/+24
* [1.3.X] Fixed #15776 - delete regression in Django 1.3 involving nullable for...Luke Plant2011-05-301-3/+3
* [1.3.X] Fixed #16004 - csrf_protect does not send cookie if view returns Temp...Luke Plant2011-05-253-7/+17
* [1.3.X] Fixed #13648 - '%s' escaping support for sqlite3 regression.Luke Plant2011-05-101-1/+1
* [1.3.X] Fixed #15819 - Fixed 1.3 regression from r15526 causing duplicate sea...Carl Meyer2011-04-231-3/+11
* [1.3.X] Fixes regression #15721 -- {% include %} and RequestContext not worki...Chris Beaven2011-04-222-20/+57
* [1.3.X] Fixed #15758 -- Removed stale constants that were missed in r15983.Jannis Leidel2011-04-221-11/+5
* [1.3.X] Fixed #15672 -- Refined changes made in r15918. Thanks, vung.Jannis Leidel2011-04-222-3/+1
* [1.3.X] Fixed #15698 -- Fixed inconsistant handling of context_object_name in...Jannis Leidel2011-04-221-1/+1