summaryrefslogtreecommitdiff
path: root/docs/ref/settings.txt
AgeCommit message (Expand)Author
2011-09-19Fixed #16876 -- Fixed a cross reference in the settings reference doc. Thanks...Julien Phalip
2011-09-18Rectified the settings reference documentation to indicate that `USE_L10N` (a...Julien Phalip
2011-09-16Fixed #16863 -- Corrected ReST markup to avoid errors building docs.Carl Meyer
2011-09-16Added release note and updated TEMPLATE_DEBUG documentation for r16833. Thank...Carl Meyer
2011-09-10Altered the behavior of URLField to avoid a potential DOS vector, and to avoi...Russell Keith-Magee
2011-09-10Added protection against spoofing of X_FORWARDED_HOST headers. A security ann...Russell Keith-Magee
2011-09-09Remove no-longer-valid references to the DATABASE_* settings, the legacy code...Alex Gaynor
2011-09-08Fixed #15918 -- Refined documentation of the various localization settings, e...Jannis Leidel
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-09-02Fixed #16729 -- Fixed a small typo in the settings reference doc. Thanks to s...Julien Phalip
2011-08-22Documented some Oracle-specific test settings.Malcolm Tredinnick
2011-08-13Fixed #16621 -- Fixed lots of typos in the docs. Thanks, Bernhard Essl.Jannis Leidel
2011-07-12Add a note to USE_L10N settings documentation that startproject sets USE_L10N...Chris Beaven
2011-06-30Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...Jannis Leidel
2011-06-08Fixed #14614 - filtering of sensitive information in 500 error reports.Luke Plant
2011-05-30Fixed #14261 - Added clickjacking protection (X-Frame-Options header)Luke Plant
2011-05-29Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel
2011-05-21Fixed #12417 -- Added signing functionality, including signing cookies. Many ...Jannis Leidel
2011-05-09Fixed #14134 - ability to set cookie 'path' and 'secure' attributes of CSRF c...Luke Plant
2011-05-09Added clarifying note to docs for CSRF_COOKIE_DOMAINLuke Plant
2011-05-05Fixed #15954 - New IGNORABLE_404_URLS setting that allows more powerful filte...Luke Plant
2011-04-24Fixed #15801 - Incorrect external link for dictConfig; thanks David Niergarth...Timo Graham
2011-04-17Fixed #15822 -- Removed references to the v1 postgresql backend (which has be...Adrian Holovaty
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
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