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