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
/
topics
/
settings.txt
Age
Commit message (
Expand
)
Author
2020-05-13
Used :envvar: role and .. envvar:: directive in various docs.
Nick Pope
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2018-10-23
Refs #29877 -- Made diveinto.org URLs HTTPS.
Jon Dufresne
2018-10-23
Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.
za
2017-05-20
Pointed Dive into Python links to python3 site
Michiel Beijen
2016-05-03
Clarified that setting names must be uppercase.
David D Lowe
2016-02-01
Fixed #26152 -- Documented how to avoid django.setup() deadlock in standalone...
Harry
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2015-09-29
Improved "“standalone” Django usage" example.
David Sanders
2015-07-21
Fixed #25156 -- Mentioned django.setup() in the settings overview for standal...
James Bennett
2015-05-22
Fixed settings docs to match list/tuple changes in #24149.
Chris Schur
2015-02-15
Deprecated TEMPLATE_DEBUG setting.
Aymeric Augustin
2014-12-28
Deprecated TEMPLATE_DIRS.
Aymeric Augustin
2014-09-29
Fixed #17638 -- Added crosslinks between topic and reference guides.
Duane Hilton
2014-09-05
Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"
Claude Paroz
2014-08-30
Fixed #23384 -- Allowed overriding part of a dictionary-type setting
Claude Paroz
2014-07-30
Fixed #23067 -- Updated docs to use django-admin
Christoph Heer
2014-06-10
Fixed #22801 -- Added 'www.' to diveintopython.net links
Maxime Turcotte
2013-06-09
Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTS
Tim Graham
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-05-16
Fix issue #18267 - document `settings.configured` property.
anatoly techtonik
2011-11-19
Fixed #17028 - Changed diveintopython.org -> diveintopython.net
Timo Graham
2011-10-22
Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...
Carl Meyer
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-05-29
Fixed #15992 -- Added more references to settings. Thanks, aaugustin.
Jannis Leidel
2010-08-28
Fixed #13820 -- Started the deprecation process for mod_python. Thanks to Rob...
Russell Keith-Magee
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2008-10-06
Fixed #6979 -- Fixed the documentation cross-reference between the TIME_ZONE
Malcolm Tredinnick
2008-10-05
Changed the "write your own settings" recommendation to mention that Django
Malcolm Tredinnick
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss