| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-25 | Refs #36485 -- Rewrapped docs to 79 columns line length. | David Smith | |
| Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content. | |||
| 2023-02-10 | Refs #34140 -- Applied rst code-block to non-Python examples. | Carlton Gibson | |
| Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews. | |||
| 2022-08-09 | Fixed #33842 -- Used :source: role for links to repo files on GitHub. | Ramil Yanbulatov | |
| 2021-10-08 | Improved docs regarding UTF-8 support with Apache and mod_wsgi. | Nick Frazier | |
| 2021-07-29 | Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵ | David Smith | |
| appropriate. | |||
| 2021-05-17 | Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. | Nick Pope | |
| 2020-06-02 | Fixed #31643 -- Changed virtualenv doc references to Python 3 venv. | Jon Dufresne | |
| 2020-05-25 | Removed instructions for unsupported Apache versions. | Claude Paroz | |
| 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. | |||
| 2018-11-10 | Updated some links to https and new locations. | Mads Jensen | |
| 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-02-13 | Fixed #27823 -- Updated mod_wsgi example to use WSGIPythonHome. | Tim Graham | |
| 2016-11-22 | Updated doc links to virtualenv website. | Daniel Musketa | |
| 2016-04-28 | Fixed #26554 -- Updated docs URLs to readthedocs.io | Tim Graham | |
| 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-01 | Fixed #26124 -- Added missing code formatting to docs headers. | rowanv | |
| 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-03-12 | Documented how to use a non-root subdirectory with mod_wsgi. | Ian Lee | |
| 2015-03-02 | Added syntax highlighting for apache code blocks | Ian Lee | |
| 2014-10-27 | Fixed #23708 -- Corrected mod_wsgi docs reference to nonexistent comment in ↵ | Tim Graham | |
| wsgi.py. Thanks inglesp for the report. | |||
| 2014-10-23 | Fixed #23705 -- Removed unnecessary AliasMatch from example Apache config. | Tim Graham | |
| Thanks Keryn Knight for the report. | |||
| 2014-10-15 | Fixed #23637 -- Removed TUX, lighttpd, and Cherokee as common. | Collin Anderson | |
| 2014-05-12 | Fixed #22619 -- Corrected description of os.path. | Tim Graham | |
| Thanks Collin Anderson for the report. | |||
| 2014-04-20 | Changed paths in docs that referred to Python 2. | Aymeric Augustin | |
| 2014-04-15 | Fixed #22392 -- Corrected deployment instructions for Apache 2.4. | Tim Graham | |
| Thanks zjcheah at yahoo.com for the report. | |||
| 2014-02-24 | Fixed #22116 -- Added precision about WSGIPythonPath separator | Claude Paroz | |
| Thanks donjpacheco for the initial patch. | |||
| 2014-02-18 | Fixed #22062 -- Corrected static files config for Apache >= 2.4 | Tim Graham | |
| 2013-09-03 | Fixed #20973 -- Document serving static files without django.contrib.staticfiles | Loic Bistuer | |
| 2013-08-15 | Fixed some ReST errors regarding backticks | Tim Graham | |
| 2013-06-20 | Fixed #19319 -- Updated example httpd.conf for Apache 2.4 | Tim Graham | |
| Thanks colinnkeenan@ for the report. | |||
| 2013-03-15 | Fix #20054: Removed links to modwsgi.org. | Baptiste Mispelon | |
| 2012-10-29 | Fixed #19208 -- Docs for mod_wsgi daemon mode | Aymeric Augustin | |
| Thanks Graham Dumpleton for the patch. | |||
| 2012-09-29 | Added a missing comma | Preston Holmes | |
| 2012-09-29 | Fixed a couple errors and inconsistencies in mod_wsgi docs | Preston Holmes | |
| Fixes #19042 | |||
| 2012-09-27 | Fixed #18518 -- Add warning re mod_wsgi and wsgi.py environ handling. | Carl Meyer | |
| 2012-09-27 | fixed #10809 -- add a mod_wsgi authentication handler | Preston Holmes | |
| Thanks to baumer1122 for the suggestion and initial patch and David Fischer for the contributions and long term patch maintenance and docs. | |||
| 2012-03-31 | Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric ↵ | Claude Paroz | |
| Augustin for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17835 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-02-03 | Edited deployment doc changes from [17338] | Adrian Holovaty | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17421 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-01-04 | Clarified deployment docs to avoid giving users the impression that ↵ | Carl Meyer | |
| staticfiles should be used to actually serve files in production. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17338 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-10-22 | Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled ↵ | Carl Meyer | |
| internal servers (runserver and runfcgi) to use an externally-defined WSGI application. Thanks to Armin Ronacher, Jannis Leidel, Alex Gaynor, ptone, and Jacob Kaplan-Moss. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17022 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
