| Age | Commit message (Expand) | Author |
| 2013-02-20 | [1.4.x] Note that ALLOWED_HOSTS default changes in Django 1.5. | Carl Meyer |
| 2013-02-12 | [1.3.x] Added ALLOWED_HOSTS setting for HTTP host header validation. | Carl Meyer |
| 2012-02-20 | [1.3.X] Fixed #16758 - Added a warning regarding overriding default settings;... | Timo Graham |
| 2012-02-19 | [1.3.X] Fixed #17166 -- Documented how FIXTURE_DIRS works in the inital data ... | Aymeric Augustin |
| 2012-02-19 | [1.3.X] Fixed #16452 -- Clarified that the DATE/DATETIME/TIME_INPUT_FORMATS s... | Aymeric Augustin |
| 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] Added protection against spoofing of X_FORWARDED_HOST headers. A secu... | Russell Keith-Magee |
| 2011-05-31 | [1.3.X] Fixed #15801 - Incorrect external link for dictConfig; thanks David N... | Timo Graham |
| 2011-05-29 | [1.3.X] Fixed #15992 -- Added more references to settings. Thanks, aaugustin. | Jannis Leidel |
| 2011-02-07 | Fixed #5494, #10765, #14924 -- Modified the order in which translations are r... | Ramiro Morales |
| 2011-02-01 | Fixed some documentation and default-settings.py comments that were misleadin... | Carl Meyer |
| 2011-01-30 | Reworded parts of the staticfiles documentation after receiving various user ... | Jannis Leidel |
| 2011-01-25 | Fixed #14038 -- Added information to release notes and version changed|added ... | Ramiro Morales |
| 2011-01-02 | Fixed #6218 -- Made MEDIA_URL and STATIC_URL require a trailing slash to ensu... | Jannis Leidel |
| 2010-12-26 | Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 | Timo Graham |
| 2010-12-21 | Fixed #11675 -- Added support for the PyLibMC cache library. In order to supp... | Russell Keith-Magee |
| 2010-12-12 | Fixed #14103 -- Take USE_ETAGS setting into account when patching the respons... | Jannis Leidel |
| 2010-12-05 | Fixed #13605 -- Improved documentation of the django.core.files.storage modul... | Gabriel Hurley |
| 2010-12-05 | Added versionadded markup to the TEST_DEPENDENCIES setting. | Russell Keith-Magee |
| 2010-12-05 | Corrected incomplete and incorrect docs from r14822. | Russell Keith-Magee |
| 2010-11-26 | Fixed #14781 - Setting "CACHE_PREFIX" should be "CACHE_KEY_PREFIX". Thanks to... | Timo Graham |
| 2010-11-26 | Fixed #3304 -- Added support for HTTPOnly cookies. Thanks to arvin for the su... | Russell Keith-Magee |
| 2010-11-22 | Fixed #14738 -- Improved crossref linking for cache settings, and fixed a few... | Gabriel Hurley |
| 2010-11-19 | Fixed #13795 -- Added a site-wide cache prefix and cache versioning. Thanks t... | Russell Keith-Magee |
| 2010-11-17 | Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio... | Jannis Leidel |
| 2010-11-16 | Better cross-referencing of the USE_THOUSAND_SEPARATOR setting in documentati... | Chris Beaven |
| 2010-11-13 | Corrected default value for ADMIN_MEDIA_PREFIX in docs, and added info about ... | Luke Plant |
| 2010-11-11 | Reverted deprecation of media context processor (from r14293) to separate sta... | Jannis Leidel |
| 2010-11-11 | Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app. | Jannis Leidel |
| 2010-11-08 | Fixed #14641 - a handful of grammer/typo fixes. | Jacob Kaplan-Moss |
| 2010-11-06 | Fixed #14600 -- Added a versionchanged directive to the TEMPLATE_CONTEXT_PROC... | Gabriel Hurley |
| 2010-11-02 | Fixed #14584 -- Documented settings.PASSWORD_RESET_TIMEOUT_DAYS. Also fixed s... | Gabriel Hurley |
| 2010-10-23 | Fixed #14541 -- Corrected an outdated bit of wording in the LANGUAGES setting... | Gabriel Hurley |
| 2010-10-23 | Fixed #14463 -- Fixed links to new location of date/time format specifiers docs. | Ramiro Morales |
| 2010-10-20 | Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank... | Jannis Leidel |
| 2010-10-10 | Fixed #14058 -- Clarified information on OPTIONS setting (for adding addition... | Gabriel Hurley |
| 2010-10-10 | Fixed #14228 -- Added additional information on what the APPEND_SLASH setting... | Gabriel Hurley |
| 2010-10-05 | Fixed #14388 -- Corrected some typos in the logging docs. Thanks to varikin, ... | Russell Keith-Magee |
| 2010-10-04 | Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf... | Russell Keith-Magee |
| 2010-08-23 | Fixed #14154 -- Corrected grammar error in settings docs. Thanks to d00gs for... | Russell Keith-Magee |
| 2010-08-23 | Fixed #14112 -- Various Markup fixes for the docs. Thanks to ramiro for the p... | Russell Keith-Magee |
| 2010-08-19 | Fixed #14141: docs now use the :doc: construct for links between documents. | Jacob Kaplan-Moss |
| 2010-08-07 | Fixed #13727 -- Corrected alphabetical sorting in settings docs. Thanks to ad... | Russell Keith-Magee |
| 2010-06-07 | Fixed #13676: Corrected some links into the Python docs. Thanks carljm and Tr... | Karen Tracey |
| 2010-06-02 | Fixed #13685: Correct the default value for EMAIL_BACKEND listed in the setti... | Karen Tracey |
| 2010-05-28 | Fixed #13624: added SIGNATURE to the list of settings to hide on debug pages. | Jacob Kaplan-Moss |
| 2010-05-10 | Refs #12288 -- Clarified that application names must be unique. Thanks to Pio... | Russell Keith-Magee |
| 2010-05-09 | Fixed #11933 -- Corrected the naming of the cached_db session backend. Thanks... | Russell Keith-Magee |
| 2010-05-09 | Fixed #13497 -- Corrected various typos and markup problems in docs. Thanks t... | Russell Keith-Magee |
| 2010-03-25 | Fixed #13200 -- Updated the DB session backend to make full use of routers, d... | Russell Keith-Magee |