summaryrefslogtreecommitdiff
path: root/docs/topics/settings.txt
AgeCommit message (Expand)Author
2025-08-28Fixed #36570 -- Removed unnecessary :py domain from documentation roles.SaJH
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2024-01-20Updated "Dive Into Python" links.Emmanuel Katchy
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-28Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2022-11-23Fixed typo in settings topic doc.KrishnaKumar Thanki
2022-08-09Fixed #33842 -- Used :source: role for links to repo files on GitHub.Ramil Yanbulatov
2022-01-05Fixed malformed attribute directives in docs.David
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-05-17Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope
2020-05-13Used :envvar: role and .. envvar:: directive in various docs.Nick Pope
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2018-10-23Refs #29877 -- Made diveinto.org URLs HTTPS.Jon Dufresne
2018-10-23Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.za
2017-05-20Pointed Dive into Python links to python3 siteMichiel Beijen
2016-05-03Clarified that setting names must be uppercase.David D Lowe
2016-02-01Fixed #26152 -- Documented how to avoid django.setup() deadlock in standalone...Harry
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2015-09-29Improved "“standalone” Django usage" example.David Sanders
2015-07-21Fixed #25156 -- Mentioned django.setup() in the settings overview for standal...James Bennett
2015-05-22Fixed settings docs to match list/tuple changes in #24149.Chris Schur
2015-02-15Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_DIRS.Aymeric Augustin
2014-09-29Fixed #17638 -- Added crosslinks between topic and reference guides.Duane Hilton
2014-09-05Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"Claude Paroz
2014-08-30Fixed #23384 -- Allowed overriding part of a dictionary-type settingClaude Paroz
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-06-10Fixed #22801 -- Added 'www.' to diveintopython.net linksMaxime Turcotte
2013-06-09Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTSTim Graham
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-05-16Fix issue #18267 - document `settings.configured` property.anatoly techtonik
2011-11-19Fixed #17028 - Changed diveintopython.org -> diveintopython.netTimo Graham
2011-10-22Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...Carl Meyer
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-05-29Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel
2010-08-28Fixed #13820 -- Started the deprecation process for mod_python. Thanks to Rob...Russell Keith-Magee
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2008-10-06Fixed #6979 -- Fixed the documentation cross-reference between the TIME_ZONEMalcolm Tredinnick
2008-10-05Changed the "write your own settings" recommendation to mention that DjangoMalcolm Tredinnick
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss