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
/
howto
/
deployment
/
checklist.txt
Age
Commit message (
Expand
)
Author
2025-09-17
Added backticks to email addresses in docs.
Mariusz Felisiak
2024-08-08
Refs #35591 -- Emphasized that runserver is not suitable for production.
Andrew Miller
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-01-17
Removed versionadded/changed annotations for 4.1.
Mariusz Felisiak
2022-03-22
Fixed #33544 -- Expanded the TEMPLATES section of the Deployment checklist.
Samuel Hartmann
2022-02-01
Fixed #30360 -- Added support for secret key rotation.
tschilling
2021-08-17
Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.
Andrew Northall
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-07-28
Refs #32956 -- Lowercased "internet" and "email" where appropriate.
David Smith
2020-03-25
Improved sessions notes in deployment checklist.
Adam Johnson
2019-02-08
Fixed #30004 -- Changed default FILE_UPLOAD_PERMISSION to 0o644.
Himanshu Lakhara
2018-10-11
Simplified deployment checklist docs on customizing error views.
Adam Johnson
2018-08-04
Refs #28540 -- Added FILE_UPLOAD_PERMISSIONS to deployment checklist.
Carlton Gibson
2017-05-22
Updated various links in docs to avoid redirects
Claude Paroz
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2016-12-28
Fixed #27641 -- Doc'd default local-memory caching in deployment checklist.
Adam Chainz
2016-09-29
Fixed typos in docs/howto/deployment/checklist.txt.
Laurent
2016-05-08
Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
Tim Graham
2016-04-28
Fixed #26554 -- Updated docs URLs to readthedocs.io
Tim Graham
2016-02-19
Fixed #26243 -- Noted that 'python -R' is enabled by default in Python 3.3.
Raphael Michel
2016-01-14
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
Tim Graham
2015-12-01
Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-07-28
Fixed #25178 -- Added DEFAULT_FROM_EMAIL to deployment checklist.
Tim Graham
2015-07-25
Fixed malformed Sphinx directives.
Tim Graham
2015-06-11
Added ALLOWED_HOSTS and SERVER_EMAIL details to deployment checklist.
Tim Graham
2014-12-28
Deprecated TEMPLATE_LOADERS.
Aymeric Augustin
2014-12-28
Deprecated ALLOWED_INCLUDE_ROOTS.
Aymeric Augustin
2014-12-19
Used https for most *.python.org links
Claude Paroz
2014-09-12
Fixed #17101 -- Integrated django-secure and added check --deploy option
Tim Graham
2013-09-07
Fixed #20938 -- Added cached sessions note to deployment checklist.
Tim Graham
2013-08-01
Fixed #20667 - Removed discussion of DEBUG from tutorial.
Tim Graham
2013-07-14
Fixed #20746 -- Removed Python 2.6 specific code/docs
Tim Graham
2013-05-27
Fixed #20508 -- ReST typo.
Aymeric Augustin
2013-05-23
Fixed #20080 - Recommended use of PYTHONHASHSEED
Tim Graham
2013-05-09
Fixed #20215 -- Disabled persistent connections by default.
Aymeric Augustin
2013-03-29
Fixed #19897 - Updated static files howto.
Tim Graham
2013-03-17
Two additions to the deployment checklist.
Aymeric Augustin
2013-03-17
Fixed #19697 -- Added a deployment checklist.
Aymeric Augustin