summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [1.3.X] Bump to 1.3.1 for security release.1.3.1James Bennett2011-09-102-2/+2
* [1.3.X] Altered the behavior of URLField to avoid a potential DOS vector, and...Russell Keith-Magee2011-09-1010-57/+87
* [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-105-5/+112
* [1.3.X] Fixed #16782 -- Corrected a broken cross-reference to the database en...Gabriel Hurley2011-09-091-4/+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 #16791 -- Updated a broken URL in the README file. Thanks to pa...Gabriel Hurley2011-09-091-1/+1
* [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] Corrected the setup and teardown of the refactored invalid_models tes...Russell Keith-Magee2011-08-231-15/+28
* [1.3.X] Fixed #16201 -- Ensure that requests with Content-Length=0 don't brea...Russell Keith-Magee2011-08-232-1/+27
* [1.3.X] Fixed #16299 -- Ensure that unicode strings can be used to identify c...Russell Keith-Magee2011-08-232-2/+13
* [1.3.X] Fixed #16681 -- Refactored the invalid_models unit test so that it ca...Russell Keith-Magee2011-08-236-390/+372
* [1.3.X] Fixed #15499 -- Ensure that cache control headers don't try to set pu...Russell Keith-Magee2011-08-233-1/+55
* [1.3.X] Fixed #10571 -- Factored out the payload encoding code to make sure i...Russell Keith-Magee2011-08-232-24/+32
* [1.3.X] Fixed #14876 -- Ensure that join promotion works correctly when there...Russell Keith-Magee2011-08-232-19/+65
* [1.3.X] Fixed #16680 -- Used single quotes for the TEMPLATE_DIRS examples in ...Julien Phalip2011-08-231-2/+2
* [1.3.X] Fixed #16669 -- Made the startproject instruction formatting easier t...Julien Phalip2011-08-231-2/+7
* [1.3.X] Fixed #16654 - Syntax error in reverse() example; thanks jedie.Timo Graham2011-08-201-1/+1
* [1.3.X] Fixed #16595 - Add pop() to session docs; thanks wilfred.Timo Graham2011-08-201-0/+4
* [1.3.X] Fixed #16430 - Stronger wording for CSRF protection in `modifying upl...Timo Graham2011-08-061-6/+6
* [1.3.X] Fixed #16513 - Add forms import to example; thanks teraom.Timo Graham2011-08-061-0/+2
* [1.3.X] Fixed #16528 - Documented test runner returns 1, regardless of the nu...Timo Graham2011-08-061-1/+1
* [1.3.X] Fixed #16580 - Typo in docs/ref/models/querysets.txtTimo Graham2011-08-061-1/+1
* [1.3.X] Fixed #16566 - Typo in docs/ref/files/storage.txt; thanks thejaswi_pu...Timo Graham2011-08-061-1/+1
* [1.3.X] Fixed #16531 -- Fixed various instances of "undefined name" issues. T...Jannis Leidel2011-07-292-4/+4
* [1.3.X] Fixes #16532 -- Clearer explanation of how the test client expects HT...Chris Beaven2011-07-281-0/+9
* [1.3.X] Added a note about the AJAX CSRF example not working on jQuery 1.5Brian Rosner2011-07-141-0/+5
* [1.3.X] Reverted [14563] because it introduced a dependency from core on a co...Ramiro Morales2011-07-142-24/+0
* [1.3.X] Fixed #16000 -- reference natural keys in contenttypes documentation....Simon Meers2011-07-101-0/+18
* [1.3.X] Fixed #15715 -- added non-trivial decorator example to CBV docs. Than...Simon Meers2011-07-101-2/+5
* [1.3.X] Fixed #16440 -- minor ungettext documentation issue, thanks Bradley A...Simon Meers2011-07-101-1/+1
* [1.3.X] Fixed #15974 -- Correctly link to static files handling in deployment...Jannis Leidel2011-07-014-44/+52
* [1.3.X] Fixed #16232 -- Corrected typo in geographic admin reference. Thanks...Justin Bronn2011-06-291-1/+1
* [1.3.X] Fixed #16297 -- make_list documentation error regarding integers. Tha...Simon Meers2011-06-261-3/+4
* [1.3.X] Fixed #16258 - typo in middleware docs.Timo Graham2011-06-191-1/+1
* [1.3.X] Fixed #16292 -- Removed broken link for Swiss localflavor documentati...Jannis Leidel2011-06-182-2/+1
* [1.3.X] Fixed #16031 -- Corrected comments template examples. Thanks, teraom.Jannis Leidel2011-06-162-14/+22
* [1.3.X] Fixed #16273 -- Fixed typo in staticfiles docs. Thanks, BernhardEssl.Jannis Leidel2011-06-161-2/+2
* [1.3.X] Added a few cross references to the i18n docs and documented pgettext...Jannis Leidel2011-06-152-63/+105
* Fixed #15764 - Corrected mixin docs for DeleteView; thanks linovia for the re...Timo Graham2011-06-121-2/+2
* [1.3.X] Fixed #15949 - Clarified the docs for password_reset_done view; thank...Timo Graham2011-06-111-1/+3
* [1.3.X] Fixed #16158 - Changed FALLBACK_DYLD_LIBRARY_PATH to DYLD_FALLBACK_LI...Timo Graham2011-06-111-2/+2
* [1.3.X] Refs #15855 -- Recommended the csrf_protect decorator rather than var...Carl Meyer2011-06-101-5/+6
* [1.3.X] Fix #15880: Prevent "stalling" when running dev server in background ...Karen Tracey2011-06-041-1/+7
* [1.3.X] Fixed #16145 - typo in manager docs; thanks leereilly.Timo Graham2011-06-041-3/+3
* [1.3.X] Fixed #16144 - layout of admin changelist broken for RTL languages.Luke Plant2011-06-021-1/+24
* [1.3.X] Fixed #16090, #16091 - Typos in docs; thanks teraom.Timo Graham2011-05-312-2/+2
* [1.3.X] Fixed #15801 - Incorrect external link for dictConfig; thanks David N...Timo Graham2011-05-312-2/+2
* [1.3.X] Fixed #15776 - delete regression in Django 1.3 involving nullable for...Luke Plant2011-05-303-4/+28
* [1.3.X] Fixed #16093 - Typo in "Performing raw SQL queries"; thanks direvus.Timo Graham2011-05-301-1/+1