summaryrefslogtreecommitdiff
path: root/docs/ref/settings.txt
AgeCommit message (Expand)Author
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
2012-03-02Edited stuff from [17543] to [17629]Adrian Holovaty
2012-03-02Fixed #17568 -- Mentioned ``reverse_lazy`` in the ``LOGIN_REDIRECT_URL`` sett...Jannis Leidel
2012-03-01Fixed #17767 - Added signed cookie session backed to session engine settings ...Timo Graham
2012-02-22Reverted r17577 because it's actually possible to use a time zone that isn't ...Aymeric Augustin
2012-02-22Noted that TIME_ZONE must be the server time zone when time zone support is e...Aymeric Augustin
2012-02-20Fixed #16758 - Added a warning regarding overriding default settings; thanks ...Timo Graham
2012-02-19Fixed #17166 -- Documented how FIXTURE_DIRS works in the inital data how-to, ...Aymeric Augustin
2012-02-19Fixed #16452 -- Clarified that the DATE/DATETIME/TIME_INPUT_FORMATS settings ...Aymeric Augustin
2012-02-17Documentation (and some small source code) edits from [17432] - [17537]Adrian Holovaty
2012-02-09Fixed #17460 -- Extended the HIDDEN_SETTINGS constant in with a few more sen...Jannis Leidel
2011-12-30Fixed incorrect 'setting::' prefix in settings.txtAdrian Holovaty
2011-12-16Fixed #14597 -- Added a SECURE_PROXY_SSL_HEADER setting for cases when you're...Adrian Holovaty
2011-11-18Fixed #17255 -- Removed "as" prefix from new timezone template filter names f...Jannis Leidel
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-11-01Fixed #17117 - ADMIN_MEDIA_PREFIX should still be visible in docsLuke Plant
2011-10-22Fixed #17087 -- Re-organized the i18n docs to reduce confusion between USE_I1...Aymeric Augustin
2011-10-22Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...Carl Meyer
2011-10-14Fixed #12308 -- Added tablespace support to the PostgreSQL backend.Aymeric Augustin
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-10-07Fixed typo in r16935. Refs #17012.Aymeric Augustin
2011-10-07Fixed #17012 - Removed references to the 'hasNoProfanities' validator. Refs #...Aymeric Augustin
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