summaryrefslogtreecommitdiff
path: root/docs/ref/settings.txt
AgeCommit message (Expand)Author
2012-12-19Added PASSWORD_HASHERS to settings reference document.Ramiro Morales
2012-12-14Fixed #2304 -- Documented TRANSACTIONS_MANAGED.Aymeric Augustin
2012-12-11Fixed #19377 - Emphasized database host link in tutorialTim Graham
2012-12-07Fixed #19444 -- Clarified IGNORABLE_404_URLS documentationClaude Paroz
2012-12-04Amended explanation of LOCALE_PATHS setting.Daniele Procida
2012-11-20Corrected docs about default value of MESSAGE_STORAGELuke Plant
2012-11-17Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX.Aymeric Augustin
2012-11-06Fixed #19246 - Updated SECURE_PROXY_SSL_HEADER example to use 'X-Forwarded-Pr...Tim Graham
2012-10-31Fixed #17083 -- Allowed sessions to use non-default cache.Aymeric Augustin
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-09-15Removed reference to note removed in a78dd109e6c81c49e90e36e9b793bad67c46c23c...Tim Graham
2012-09-08Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names.Carl Meyer
2012-08-29Replaced many smart_bytes by force_bytesClaude Paroz
2012-08-25Updated doc for settings.MEDIA_ROOT based on what's generated by settings.py;...Tim Graham
2012-08-16Marked up a few raw values in the settings documentation.Simon Meers
2012-08-16Fixed #18759 -- updated SECRET_KEY documentationPiet Delport
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-06-28Updated obsolete links in the documentationClaude Paroz
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-06-07Fixed #18397 -- Avoided referencing lawrence.com.Aymeric Augustin
2012-06-04Noted that SECURE_PROXY_SSL_HEADER is needed by CSRF protection.Luke Plant
2012-05-03Fixed broken URLs introduced in 1adc87cd32.Ramiro Morales
2012-05-03Updated some URLs in the documentation to point to the new repository.Ramiro Morales
2012-04-29Fixed #18220 -- Removed the CACHE_BACKEND setting, as per official deprecatio...Claude Paroz
2012-04-01Fixed #18045 -- Corrected the documented default value of SESSION_COOKIE_HTTP...Claude Paroz
2012-03-31Removed deprecated URLField.verify_exists.Aymeric Augustin
2012-03-26Fixed #17733 -- Discouraged setting TIME_ZONE to None when USE_TZ is True. Th...Aymeric Augustin
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