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
Age
Commit message (
Expand
)
Author
2014-12-07
[1.6.x] Fixed typo in docs/howto/deployment/wsgi/uwsgi.txt.
Vladimir Rutsky
2014-10-27
[1.6.x] Fixed #23708 -- Corrected mod_wsgi docs reference to nonexistent comm...
Tim Graham
2014-10-23
[1.6.x] Fixed #23705 -- Removed unnecessary AliasMatch from example Apache co...
Tim Graham
2014-09-09
[1.6.x] Fixed #23350 -- Updated mod_wsgi auth example to use less memory.
Tim Graham
2014-08-02
[1.6.x] Fixed #23154 -- Removed reference to deprecated run_gunicorn command.
Tim Graham
2014-05-12
[1.6.x] Fixed #22619 -- Corrected description of os.path.
Tim Graham
2014-04-15
[1.6.x] Fixed #22392 -- Corrected deployment instructions for Apache 2.4.
Tim Graham
2014-02-24
[1.6.x] Fixed #22116 -- Added precision about WSGIPythonPath separator
Claude Paroz
2014-02-18
[1.6.x] Fixed #22062 -- Corrected static files config for Apache >= 2.4
Tim Graham
2013-12-25
[1.6.x] Fixed #21663 -- Added missing WSGIPythonPath in mod_wsgi config.
Tim Graham
2013-12-08
[1.6.x] Updated a bunch of hyperlinks in documentation
Claude Paroz
2013-09-03
[1.6.x] Fixed #20973 -- Document serving static files without django.contrib....
Loic Bistuer
2013-07-17
[1.6.x] Fixed #20756 -- Typo in uWSGI docs.
Tim Graham
2013-06-20
Fixed #19319 -- Updated example httpd.conf for Apache 2.4
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-04-18
Fixed #20282 -- Typo in WSGI docs.
Aymeric Augustin
2013-03-30
Fixed #19492 - Added a link to the uWSGI/Django tutorial.
Tim Graham
2013-03-15
Fix #20054: Removed links to modwsgi.org.
Baptiste Mispelon
2013-03-11
Fixed #20026 -- Typo in Apache auth docs.
Aymeric Augustin
2013-03-06
Fixed #19994 -- Typo.
Aymeric Augustin
2013-02-04
Simplified default project template.
Aymeric Augustin
2013-01-22
Fixed #19633 - Discouraged use of gunicorn's Django integration.
Tim Graham
2012-12-29
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-12-28
Fixed #19498 -- refactored auth documentation
Preston Holmes
2012-10-29
Fixed #19208 -- Docs for mod_wsgi daemon mode
Aymeric Augustin
2012-10-02
Fixed #19057 -- support custom user models in mod_wsgi auth handler
Preston Holmes
2012-09-29
Added a missing comma
Preston Holmes
2012-09-29
Fixed a couple errors and inconsistencies in mod_wsgi docs
Preston Holmes
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
2012-08-12
Fix link to Gunicorn website in deployment howto.
Martijn Vermaat
2012-07-06
restored a missing \ in uwsgi docs
Daniele Procida
2012-04-08
Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...
Claude Paroz
2012-03-31
Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric ...
Claude Paroz
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
2012-02-03
Edited deployment doc changes from [17338]
Adrian Holovaty
2012-01-04
Clarified deployment docs to avoid giving users the impression that staticfil...
Carl Meyer
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