index
:
django.git
fix-31295
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
2014-12-07
[1.6.x] Fixed typo in docs/howto/deployment/wsgi/uwsgi.txt.
Vladimir Rutsky
2013-12-08
[1.6.x] Updated a bunch of hyperlinks in documentation
Claude Paroz
2013-07-17
[1.6.x] 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