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
/
wsgi
/
index.txt
Age
Commit message (
Expand
)
Author
2025-12-19
Fixed #36781 -- Added Granian to deployment documentation.
JaeHyuck Sa
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2020-05-13
Used :pep: role in various docs.
Nick Pope
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-07-16
Updated WSGI servers ordering according to the more commonly used.
Frank Wiles
2018-11-10
Updated some links to https and new locations.
Mads Jensen
2017-04-06
Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537).
Richard Barrell
2016-04-27
Fixed typo in docs/howto/deployment/wsgi/index.txt
eltronix
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-08-01
Removed obsolete note about sentry/raven not handling WSGI properly.
Matt Robenolt
2015-01-17
Removed FastCGI support per deprecation timeline; refs #20766.
Tim Graham
2014-12-19
Used https for most *.python.org links
Claude Paroz
2014-03-02
Removed WSGI upgrade instructions for Django 1.3 and earlier.
Tim Graham
2013-06-12
Warned that `request_finished` isn't sent by some buggy setups.
Jaap Roes
2013-04-18
Fixed #20282 -- Typo in WSGI docs.
Aymeric Augustin
2013-03-06
Fixed #19994 -- Typo.
Aymeric Augustin
2013-02-04
Simplified default project template.
Aymeric Augustin
2012-12-29
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-09-27
fixed #10809 -- add a mod_wsgi authentication handler
Preston Holmes
2011-10-28
Fixed #17130 -- Corrected import path of get_wsgi_application in deployment d...
Carl Meyer
2011-10-22
Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...
Carl Meyer