index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
settings.txt
Age
Commit message (
Expand
)
Author
2013-02-19
[1.5.x] Added a new required ALLOWED_HOSTS setting for HTTP host header valid...
Carl Meyer
2013-02-04
[1.5.x] Fixed #19734 -- Missing values in `DATETIME_INPUT_FORMATS` doc.
Simon Charette
2013-01-14
[1.5.x] Minor DEBUG setting reference formatting edit.
Ramiro Morales
2013-01-09
[1.5.x] Fixed #19586 - Removed URL_VALIDATOR_USER_AGENT from setting docs.
Tim Graham
2013-01-02
[1.5.x] Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-28
[1.5.x] Fixed #19498 -- refactored auth documentation
Preston Holmes
2012-12-25
[1.5.X] Fixed more broken links. refs #19516
Tim Graham
2012-12-22
[1.5.x] Fixed #19497 -- Refactored testing docs.
Ramiro Morales
2012-12-19
[1.5.x] Added PASSWORD_HASHERS to settings reference document.
Ramiro Morales
2012-12-14
[1.5.x] Fixed #2304 -- Documented TRANSACTIONS_MANAGED.
Aymeric Augustin
2012-12-11
[1.5.X] Fixed #19377 - Emphasized database host link in tutorial
Tim Graham
2012-12-07
[1.5.x] Fixed #19444 -- Clarified IGNORABLE_404_URLS documentation
Claude Paroz
2012-12-04
[1.5.x] Amended explanation of LOCALE_PATHS setting.
Daniele Procida
2012-11-20
[1.5.x] Corrected docs about default value of MESSAGE_STORAGE
Luke Plant
2012-11-17
[1.5.x] Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX.
Aymeric Augustin
2012-11-06
[1.5.X] Fixed #19246 - Updated SECURE_PROXY_SSL_HEADER example to use 'X-Forw...
Tim Graham
2012-10-31
Fixed #17083 -- Allowed sessions to use non-default cache.
Aymeric Augustin
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-09-15
Removed reference to note removed in a78dd109e6c81c49e90e36e9b793bad67c46c23c...
Tim Graham
2012-09-08
Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names.
Carl Meyer
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-25
Updated doc for settings.MEDIA_ROOT based on what's generated by settings.py;...
Tim Graham
2012-08-16
Marked up a few raw values in the settings documentation.
Simon Meers
2012-08-16
Fixed #18759 -- updated SECRET_KEY documentation
Piet Delport
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-06-28
Updated obsolete links in the documentation
Claude Paroz
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
2012-06-07
Fixed #18397 -- Avoided referencing lawrence.com.
Aymeric Augustin
2012-06-04
Noted that SECURE_PROXY_SSL_HEADER is needed by CSRF protection.
Luke Plant
2012-05-03
Fixed broken URLs introduced in 1adc87cd32.
Ramiro Morales
2012-05-03
Updated some URLs in the documentation to point to the new repository.
Ramiro Morales
2012-04-29
Fixed #18220 -- Removed the CACHE_BACKEND setting, as per official deprecatio...
Claude Paroz
2012-04-01
Fixed #18045 -- Corrected the documented default value of SESSION_COOKIE_HTTP...
Claude Paroz
2012-03-31
Removed deprecated URLField.verify_exists.
Aymeric Augustin
2012-03-26
Fixed #17733 -- Discouraged setting TIME_ZONE to None when USE_TZ is True. Th...
Aymeric Augustin
2012-03-13
Replaced http by https in djangoproject.com links
Claude Paroz
2012-03-02
Edited stuff from [17543] to [17629]
Adrian Holovaty
2012-03-02
Fixed #17568 -- Mentioned ``reverse_lazy`` in the ``LOGIN_REDIRECT_URL`` sett...
Jannis Leidel
2012-03-01
Fixed #17767 - Added signed cookie session backed to session engine settings ...
Timo Graham
2012-02-22
Reverted r17577 because it's actually possible to use a time zone that isn't ...
Aymeric Augustin
2012-02-22
Noted that TIME_ZONE must be the server time zone when time zone support is e...
Aymeric Augustin
2012-02-20
Fixed #16758 - Added a warning regarding overriding default settings; thanks ...
Timo Graham
2012-02-19
Fixed #17166 -- Documented how FIXTURE_DIRS works in the inital data how-to, ...
Aymeric Augustin
2012-02-19
Fixed #16452 -- Clarified that the DATE/DATETIME/TIME_INPUT_FORMATS settings ...
Aymeric Augustin
2012-02-17
Documentation (and some small source code) edits from [17432] - [17537]
Adrian Holovaty
2012-02-09
Fixed #17460 -- Extended the HIDDEN_SETTINGS constant in with a few more sen...
Jannis Leidel
2011-12-30
Fixed incorrect 'setting::' prefix in settings.txt
Adrian Holovaty
2011-12-16
Fixed #14597 -- Added a SECURE_PROXY_SSL_HEADER setting for cases when you're...
Adrian Holovaty
2011-11-18
Fixed #17255 -- Removed "as" prefix from new timezone template filter names f...
Jannis Leidel
[next]