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