| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-02 | [3.0.x] Fixed #31643 -- Changed virtualenv doc references to Python 3 venv. | Jon Dufresne | |
| Backport of 9f4ceee90aaa2a6af8321417d79330f2fdc620ea from master | |||
| 2020-05-25 | [3.0.x] Removed instructions for unsupported Apache versions. | Claude Paroz | |
| Backport of cfa0c0e252c680f574c8eea1118e6d11bf7e5fa5 from master | |||
| 2020-04-01 | [3.0.x] Prevented (and corrected) single backtick usage in docs. | Adam Johnson | |
| Backport of 1cdfe8d91215eefaa18c398069dd9c6879a9511d from master. | |||
| 2020-03-25 | [3.0.x] Improved sessions notes in deployment checklist. | Adam Johnson | |
| - Added note to clear old sessions when using database-backend. - Made note to consider the cache backend more generic. Backport of 66b06822d05ca1cf897745e7cb3c89adc53363ba from master | |||
| 2019-12-20 | [3.0.x] Refs #30767 -- Improved deployment documentation. | Katie McLaughlin | |
| Backport of abeb4599af5ea7a384e18ec6201a95c9e419b44a from master | |||
| 2019-09-09 | Fixed #30767 -- Improved references to deployment documentation. | Katie McLaughlin | |
| * Increased tocdepth to expose more complexity of topics. * Ensured deployment checklist is linked on main doc page. | |||
| 2019-09-06 | Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵ | Tobias Kunze | |
| involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review. | |||
| 2019-07-16 | Updated WSGI servers ordering according to the more commonly used. | Frank Wiles | |
| 2019-06-20 | Fixed #30451 -- Added ASGI handler and coroutine-safety. | Andrew Godwin | |
| This adds an ASGI handler, asgi.py file for the default project layout, a few async utilities and adds async-safety to many parts of Django. | |||
| 2019-04-18 | Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, ↵ | Ramiro Morales | |
| comments and hints. | |||
| 2019-02-08 | Fixed #30004 -- Changed default FILE_UPLOAD_PERMISSION to 0o644. | Himanshu Lakhara | |
| 2018-11-10 | Updated some links to https and new locations. | Mads Jensen | |
| 2018-10-11 | Simplified deployment checklist docs on customizing error views. | Adam Johnson | |
| 2018-09-26 | Refs #29784 -- Switched to https:// links where available. | Jon Dufresne | |
| 2018-08-04 | Refs #28540 -- Added FILE_UPLOAD_PERMISSIONS to deployment checklist. | Carlton Gibson | |
| 2018-01-07 | Updated various links in docs to use HTTPS. | Mariusz Felisiak | |
| 2017-06-20 | Fixed #28327 -- Removed contradictory description of mod_wsgi docs. | Tim Graham | |
| 2017-05-22 | Updated various links in docs to avoid redirects | Claude Paroz | |
| Thanks Tim Graham and Mariusz Felisiak for review and completion. | |||
| 2017-04-06 | Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537). | Richard Barrell | |
| 2017-02-13 | Fixed #27823 -- Updated mod_wsgi example to use WSGIPythonHome. | Tim Graham | |
| 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-11-23 | Normalized casing of "custom user model". | Tim Graham | |
| 2016-11-22 | Updated doc links to virtualenv website. | Daniel Musketa | |
| 2016-11-15 | Replaced "django" with "Django" in spelling_wordlist. | akki | |
| 2016-09-29 | Fixed typos in docs/howto/deployment/checklist.txt. | Laurent | |
| 2016-07-25 | Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs. | Naved Khan | |
| 2016-06-15 | Fixed broken links in docs and comments. | Ville Skyttä | |
| 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-04-27 | Fixed typo in docs/howto/deployment/wsgi/index.txt | eltronix | |
| 2016-03-09 | Fixed #26302 -- Removed incorrect statement about virtual hosts. | girish ramnani | |
| 2016-03-01 | Fixed #26303 -- Updated links to mod_wsgi docs. | Alasdair Nicol | |
| 2016-02-19 | Fixed #26243 -- Noted that 'python -R' is enabled by default in Python 3.3. | Raphael Michel | |
| 2016-02-01 | Fixed #26124 -- Added missing code formatting to docs headers. | rowanv | |
| 2016-01-22 | Fixed #26020 -- Normalized header stylings in docs. | Elif T. Kus | |
| 2016-01-14 | Fixed #23868 -- Added support for non-unique django-admin-options in docs. | Tim Graham | |
| Also documented missing short command line options to fix #24134. This bumps the minimum sphinx version required to build the docs to 1.3.4. Thanks Simon Charette for review. | |||
| 2016-01-08 | Fixed #26055 -- Removed an orphaned phrase in ↵ | Tim Graham | |
| docs/howto/deployment/wsgi/modwsgi.txt. | |||
| 2015-12-29 | Fixed #25104 -- Added httpd.conf hyperlink to modwsgi doc. | za | |
| 2015-12-01 | Fixed #25778 -- Updated docs links to use https when available. | Jon Dufresne | |
| 2015-11-14 | Fixed #17686, refs #17816 -- Added "Files" section to Unicode topic. | Florian Demmer | |
| Thanks Fako Berkers for help with the patch. | |||
| 2015-09-14 | Reverted "Fixed #25203 -- Documented how to pass Apache environment ↵ | Tim Graham | |
| variables to Django." As discussed on the ticket, this isn't a pattern we should recommend. This reverts commit 47016d4322574860f90431e1c87d19f7a1f778c6. | |||
| 2015-09-11 | Fixed #25203 -- Documented how to pass Apache environment variables to Django. | Paul Rentschler | |
| 2015-09-04 | Refs #25345 -- Updated links to code.google.com. | Maxime Lorant | |
| 2015-08-01 | Removed obsolete note about sentry/raven not handling WSGI properly. | Matt Robenolt | |
| 2.0.7 was released in 2012. | |||
| 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 | |
| 2015-06-05 | Fixed #24926 -- Removed outdated information from deployment | Yamila Moreno | |
| 2015-04-13 | Fixed typo in docs/howto/deployment/wsgi/apache-auth.txt | Afriza N. Arief | |
