| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Used extlinks for PyPI links. | Tim Graham | 2023-04-17 | 1 | -4/+2 |
| | | | | | Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | ||||
| * | Refs #31626 -- Noted that Daphne provides a runserver command. | Carlton Gibson | 2023-03-07 | 1 | -0/+19 |
| | | |||||
| * | Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. | django-bot | 2023-03-01 | 4 | -5/+10 |
| | | |||||
| * | Refs #34140 -- Applied rst code-block to non-Python examples. | Carlton Gibson | 2023-02-10 | 6 | -25/+45 |
| | | | | | | Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews. | ||||
| * | Removed versionadded/changed annotations for 4.1. | Mariusz Felisiak | 2023-01-17 | 1 | -5/+0 |
| | | |||||
| * | Fixed #34109 -- Updated instructions for running with Uvicorn. | Simon Willison | 2022-10-26 | 1 | -2/+20 |
| | | | | Co-authored-by: Paolo Melchiorre <paolo@melchiorre.org> | ||||
| * | Fixed #33842 -- Used :source: role for links to repo files on GitHub. | Ramil Yanbulatov | 2022-08-09 | 1 | -1/+1 |
| | | |||||
| * | Fixed #33544 -- Expanded the TEMPLATES section of the Deployment checklist. | Samuel Hartmann | 2022-03-22 | 1 | -2/+4 |
| | | | | | | Clarified that the cached template loader is enabled by default when DEBUG = False. | ||||
| * | Fixed #30360 -- Added support for secret key rotation. | tschilling | 2022-02-01 | 1 | -0/+16 |
| | | | | | | | | | Thanks Florian Apolloner for the implementation idea. Co-authored-by: Andreas Pelme <andreas@pelme.se> Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> Co-authored-by: Vuyisile Ndlovu <terrameijar@gmail.com> | ||||
| * | Improved docs regarding UTF-8 support with Apache and mod_wsgi. | Nick Frazier | 2021-10-08 | 1 | -3/+9 |
| | | |||||
| * | Fixed #32964 -- Corrected 'setup'/'set up' usage in docs. | Andrew Northall | 2021-08-17 | 2 | -2/+2 |
| | | |||||
| * | Refs #32880 -- Made remaining titles consistent in how-to documents. | Mariusz Felisiak | 2021-07-29 | 2 | -6/+6 |
| | | | | Follow up to 22fbebc7444c8974f101c146f0fc18fe64ab48f6. | ||||
| * | Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵ | David Smith | 2021-07-29 | 4 | -10/+10 |
| | | | | | appropriate. | ||||
| * | Refs #32956 -- Lowercased "internet" and "email" where appropriate. | David Smith | 2021-07-28 | 1 | -1/+1 |
| | | |||||
| * | Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. | Nick Pope | 2021-05-17 | 1 | -1/+1 |
| | | |||||
| * | Updated ASGI uvicorn deployment docs. | Thomas Grainger | 2020-09-29 | 1 | -2/+2 |
| | | |||||
| * | Added Hypercorn to ASGI deployment guide. | Phil Jones | 2020-08-05 | 2 | -0/+37 |
| | | |||||
| * | Fixed #31643 -- Changed virtualenv doc references to Python 3 venv. | Jon Dufresne | 2020-06-02 | 2 | -7/+6 |
| | | |||||
| * | Removed instructions for unsupported Apache versions. | Claude Paroz | 2020-05-25 | 1 | -7/+1 |
| | | |||||
| * | Used :envvar: role and .. envvar:: directive in various docs. | Nick Pope | 2020-05-13 | 1 | -1/+1 |
| | | |||||
| * | Used :pep: role in various docs. | Nick Pope | 2020-05-13 | 1 | -4/+4 |
| | | |||||
| * | Prevented (and corrected) single backtick usage in docs. | Adam Johnson | 2020-04-01 | 1 | -1/+1 |
| | | |||||
| * | Improved sessions notes in deployment checklist. | Adam Johnson | 2020-03-25 | 1 | -3/+9 |
| | | | | | - Added note to clear old sessions when using database-backend. - Made note to consider the cache backend more generic. | ||||
| * | Refs #30767 -- Improved deployment documentation. | Katie McLaughlin | 2019-12-20 | 1 | -6/+26 |
| | | |||||
| * | Refs #20935 -- Removed duplicate ToC references. | Fredrik | 2019-12-04 | 1 | -2/+0 |
| | | | | | These sections are being referred to already from other locations. Having multiple references to the same location from the ToC is ambiguous, and causes errors in the EPUB build. | ||||
| * | Fixed some typos in comments and docs. | Min ho Kim | 2019-10-02 | 1 | -1/+1 |
| | | | | | Thanks to Mads Jenson for review. | ||||
| * | Fixed #30767 -- Improved references to deployment documentation. | Katie McLaughlin | 2019-09-09 | 1 | -1/+3 |
| | | | | | * Increased tocdepth to expose more complexity of topics. * Ensured deployment checklist is linked on main doc page. | ||||
| * | Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵ | Tobias Kunze | 2019-09-06 | 3 | -11/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Updated WSGI servers ordering according to the more commonly used. | Frank Wiles | 2019-07-16 | 1 | -2/+2 |
| | | |||||
| * | Fixed #30451 -- Added ASGI handler and coroutine-safety. | Andrew Godwin | 2019-06-20 | 4 | -5/+149 |
| | | | | | | 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. | ||||
| * | Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, ↵ | Ramiro Morales | 2019-04-18 | 2 | -3/+3 |
| | | | | | comments and hints. | ||||
| * | Fixed #30004 -- Changed default FILE_UPLOAD_PERMISSION to 0o644. | Himanshu Lakhara | 2019-02-08 | 1 | -10/+0 |
| | | |||||
| * | Updated some links to https and new locations. | Mads Jensen | 2018-11-10 | 2 | -3/+3 |
| | | |||||
| * | Simplified deployment checklist docs on customizing error views. | Adam Johnson | 2018-10-11 | 1 | -8/+3 |
| | | |||||
| * | Refs #29784 -- Switched to https:// links where available. | Jon Dufresne | 2018-09-26 | 1 | -3/+3 |
| | | |||||
| * | Refs #28540 -- Added FILE_UPLOAD_PERMISSIONS to deployment checklist. | Carlton Gibson | 2018-08-04 | 1 | -0/+10 |
| | | |||||
| * | Updated various links in docs to use HTTPS. | Mariusz Felisiak | 2018-01-07 | 1 | -1/+1 |
| | | |||||
| * | Fixed #28327 -- Removed contradictory description of mod_wsgi docs. | Tim Graham | 2017-06-20 | 1 | -3/+3 |
| | | |||||
| * | Updated various links in docs to avoid redirects | Claude Paroz | 2017-05-22 | 3 | -8/+4 |
| | | | | | Thanks Tim Graham and Mariusz Felisiak for review and completion. | ||||
| * | Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537). | Richard Barrell | 2017-04-06 | 2 | -16/+0 |
| | | |||||
| * | Fixed #27823 -- Updated mod_wsgi example to use WSGIPythonHome. | Tim Graham | 2017-02-13 | 1 | -21/+9 |
| | | |||||
| * | Refs #23919 -- Removed Python 2 notes in docs. | Tim Graham | 2017-01-18 | 1 | -16/+0 |
| | | |||||
| * | Fixed #27641 -- Doc'd default local-memory caching in deployment checklist. | Adam Chainz | 2016-12-28 | 1 | -1/+2 |
| | | |||||
| * | Normalized casing of "custom user model". | Tim Graham | 2016-11-23 | 1 | -1/+1 |
| | | |||||
| * | Updated doc links to virtualenv website. | Daniel Musketa | 2016-11-22 | 1 | -1/+1 |
| | | |||||
| * | Replaced "django" with "Django" in spelling_wordlist. | akki | 2016-11-15 | 1 | -1/+1 |
| | | |||||
| * | Fixed typos in docs/howto/deployment/checklist.txt. | Laurent | 2016-09-29 | 1 | -2/+2 |
| | | |||||
| * | Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs. | Naved Khan | 2016-07-25 | 1 | -1/+1 |
| | | |||||
| * | Fixed broken links in docs and comments. | Ville Skyttä | 2016-06-15 | 1 | -1/+1 |
| | | |||||
| * | Fixed #26483 -- Updated docs.python.org links to use Intersphinx. | Tim Graham | 2016-05-08 | 1 | -1/+1 |
| | | |||||
