summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-10[1.3.X] Bump to 1.3.1 for security release.1.3.1James Bennett
2011-09-10[1.3.X] Altered the behavior of URLField to avoid a potential DOS vector, and...Russell Keith-Magee
2011-09-10[1.3.X] Corrected an issue which could allow attackers to manipulate session ...Russell Keith-Magee
2011-09-10[1.3.X] Added protection against spoofing of X_FORWARDED_HOST headers. A secu...Russell Keith-Magee
2011-09-09[1.3.X] Fixed #16782 -- Corrected a broken cross-reference to the database en...Gabriel Hurley
2011-09-09[1.3.X] Fixed #16408 -- Fixed conversion of dates, and other problems with th...Justin Bronn
2011-09-09[1.3.X] Fixed #16791 -- Updated a broken URL in the README file. Thanks to pa...Gabriel Hurley
2011-08-25[1.3.X] Fixed a small admin CSS issue where the "Save and continue editing" a...Julien Phalip
2011-08-23[1.3.X] Corrected the setup and teardown of the refactored invalid_models tes...Russell Keith-Magee
2011-08-23[1.3.X] Fixed #16201 -- Ensure that requests with Content-Length=0 don't brea...Russell Keith-Magee
2011-08-23[1.3.X] Fixed #16299 -- Ensure that unicode strings can be used to identify c...Russell Keith-Magee
2011-08-23[1.3.X] Fixed #16681 -- Refactored the invalid_models unit test so that it ca...Russell Keith-Magee
2011-08-23[1.3.X] Fixed #15499 -- Ensure that cache control headers don't try to set pu...Russell Keith-Magee
2011-08-23[1.3.X] Fixed #10571 -- Factored out the payload encoding code to make sure i...Russell Keith-Magee
2011-08-23[1.3.X] Fixed #14876 -- Ensure that join promotion works correctly when there...Russell Keith-Magee
2011-08-23[1.3.X] Fixed #16680 -- Used single quotes for the TEMPLATE_DIRS examples in ...Julien Phalip
2011-08-23[1.3.X] Fixed #16669 -- Made the startproject instruction formatting easier t...Julien Phalip
2011-08-20[1.3.X] Fixed #16654 - Syntax error in reverse() example; thanks jedie.Timo Graham
2011-08-20[1.3.X] Fixed #16595 - Add pop() to session docs; thanks wilfred.Timo Graham
2011-08-06[1.3.X] Fixed #16430 - Stronger wording for CSRF protection in `modifying upl...Timo Graham
2011-08-06[1.3.X] Fixed #16513 - Add forms import to example; thanks teraom.Timo Graham
2011-08-06[1.3.X] Fixed #16528 - Documented test runner returns 1, regardless of the nu...Timo Graham
2011-08-06[1.3.X] Fixed #16580 - Typo in docs/ref/models/querysets.txtTimo Graham
2011-08-06[1.3.X] Fixed #16566 - Typo in docs/ref/files/storage.txt; thanks thejaswi_pu...Timo Graham
2011-07-29[1.3.X] Fixed #16531 -- Fixed various instances of "undefined name" issues. T...Jannis Leidel
2011-07-28[1.3.X] Fixes #16532 -- Clearer explanation of how the test client expects HT...Chris Beaven
2011-07-14[1.3.X] Added a note about the AJAX CSRF example not working on jQuery 1.5Brian Rosner
2011-07-14[1.3.X] Reverted [14563] because it introduced a dependency from core on a co...Ramiro Morales
2011-07-10[1.3.X] Fixed #16000 -- reference natural keys in contenttypes documentation....Simon Meers
2011-07-10[1.3.X] Fixed #15715 -- added non-trivial decorator example to CBV docs. Than...Simon Meers
2011-07-10[1.3.X] Fixed #16440 -- minor ungettext documentation issue, thanks Bradley A...Simon Meers
2011-07-01[1.3.X] Fixed #15974 -- Correctly link to static files handling in deployment...Jannis Leidel
2011-06-29[1.3.X] Fixed #16232 -- Corrected typo in geographic admin reference. Thanks...Justin Bronn
2011-06-26[1.3.X] Fixed #16297 -- make_list documentation error regarding integers. Tha...Simon Meers
2011-06-19[1.3.X] Fixed #16258 - typo in middleware docs.Timo Graham
2011-06-18[1.3.X] Fixed #16292 -- Removed broken link for Swiss localflavor documentati...Jannis Leidel
2011-06-16[1.3.X] Fixed #16031 -- Corrected comments template examples. Thanks, teraom.Jannis Leidel
2011-06-16[1.3.X] Fixed #16273 -- Fixed typo in staticfiles docs. Thanks, BernhardEssl.Jannis Leidel
2011-06-15[1.3.X] Added a few cross references to the i18n docs and documented pgettext...Jannis Leidel
2011-06-12Fixed #15764 - Corrected mixin docs for DeleteView; thanks linovia for the re...Timo Graham
2011-06-11[1.3.X] Fixed #15949 - Clarified the docs for password_reset_done view; thank...Timo Graham
2011-06-11[1.3.X] Fixed #16158 - Changed FALLBACK_DYLD_LIBRARY_PATH to DYLD_FALLBACK_LI...Timo Graham
2011-06-10[1.3.X] Refs #15855 -- Recommended the csrf_protect decorator rather than var...Carl Meyer
2011-06-04[1.3.X] Fix #15880: Prevent "stalling" when running dev server in background ...Karen Tracey
2011-06-04[1.3.X] Fixed #16145 - typo in manager docs; thanks leereilly.Timo Graham
2011-06-02[1.3.X] Fixed #16144 - layout of admin changelist broken for RTL languages.Luke Plant
2011-05-31[1.3.X] Fixed #16090, #16091 - Typos in docs; thanks teraom.Timo Graham
2011-05-31[1.3.X] Fixed #15801 - Incorrect external link for dictConfig; thanks David N...Timo Graham
2011-05-30[1.3.X] Fixed #15776 - delete regression in Django 1.3 involving nullable for...Luke Plant
2011-05-30[1.3.X] Fixed #16093 - Typo in "Performing raw SQL queries"; thanks direvus.Timo Graham