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
/
uwsgi.txt
Age
Commit message (
Expand
)
Author
2026-04-07
Removed outdated note about uwsgi LTS from docs.
Mariusz Felisiak
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2020-06-02
Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.
Jon Dufresne
2020-05-13
Used :envvar: role and .. envvar:: directive in various docs.
Nick Pope
2020-04-01
Prevented (and corrected) single backtick usage in docs.
Adam Johnson
2019-04-18
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...
Ramiro Morales
2017-05-22
Updated various links in docs to avoid redirects
Claude Paroz
2017-04-06
Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537).
Richard Barrell
2016-11-15
Replaced "django" with "Django" in spelling_wordlist.
akki
2016-07-25
Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs.
Naved Khan
2016-04-28
Fixed #26554 -- Updated docs URLs to readthedocs.io
Tim Graham
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
2015-02-22
Fixed #24358 -- Corrected code-block directives for console sessions.
Sean Wang
2014-12-07
Add missing dot
Vladimir Rutsky
2014-09-19
Don't recommend using sudo when installing uwsgi
Matt Robenolt
2014-07-30
Fixed #23067 -- Updated docs to use django-admin
Christoph Heer
2013-12-08
Updated a bunch of hyperlinks in documentation
Claude Paroz
2013-07-17
Fixed #20756 -- Typo in uWSGI docs.
Tim Graham
2013-06-12
Warned that `request_finished` isn't sent by some buggy setups.
Jaap Roes
2013-05-18
Fixed #20402: removed as-limit from uWSGI example.
Aymeric Augustin
2013-03-30
Fixed #19492 - Added a link to the uWSGI/Django tutorial.
Tim Graham
2012-07-06
restored a missing \ in uwsgi docs
Daniele Procida
2012-03-28
Fixed 17993 -- Removed quotes around module parameter for wider compatibility...
Claude Paroz
2012-03-10
Fixed #17842 - Typo in uWsgi docs; thanks mitnk.
Timo Graham
2012-03-03
Fixed #9995 -- Updated the installation instructions to recommend pip. Also f...
Aymeric Augustin
2012-03-02
Edited stuff from [17543] to [17629]
Adrian Holovaty
2012-02-24
Fixed #17073 - focused uwsgi docs to Django integration; thanks Preston Holmes.
Timo Graham
2011-10-22
Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...
Carl Meyer