summaryrefslogtreecommitdiff
path: root/docs/howto/deployment/wsgi/uwsgi.txt
AgeCommit message (Collapse)Author
2014-12-07[1.6.x] Fixed typo in docs/howto/deployment/wsgi/uwsgi.txt.Vladimir Rutsky
Backport of 1a408e42eef34d8302da06fcbeaccfa6395d1c92 from master
2013-12-08[1.6.x] Updated a bunch of hyperlinks in documentationClaude Paroz
Backport of 626bdf648 from master.
2013-07-17[1.6.x] Fixed #20756 -- Typo in uWSGI docs.Tim Graham
Backport of a3242dc9fe from master
2013-06-12Warned that `request_finished` isn't sent by some buggy setups.Jaap Roes
Older versions of uWSGI and Sentry's middleware do not adhere to the WSGI spec and cause the `request_finished` signal to never fire. Added notes to the appropriate places in the docs. Fixed #20537.
2013-05-18Fixed #20402: removed as-limit from uWSGI example.Aymeric Augustin
It can fail in hard-to-diagnose ways.
2013-03-30Fixed #19492 - Added a link to the uWSGI/Django tutorial.Tim Graham
2012-07-06restored a missing \ in uwsgi docsDaniele Procida
2012-03-28Fixed 17993 -- Removed quotes around module parameter for wider ↵Claude Paroz
compatibility. Thanks roberto@unbit.it for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17813 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-10Fixed #17842 - Typo in uWsgi docs; thanks mitnk.Timo Graham
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17674 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-03Fixed #9995 -- Updated the installation instructions to recommend pip. Also ↵Aymeric Augustin
fixed ReST errors. Refs #9112. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17636 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-02Edited stuff from [17543] to [17629]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17630 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-24Fixed #17073 - focused uwsgi docs to Django integration; thanks Preston Holmes.Timo Graham
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17586 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-10-22Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled ↵Carl Meyer
internal servers (runserver and runfcgi) to use an externally-defined WSGI application. Thanks to Armin Ronacher, Jannis Leidel, Alex Gaynor, ptone, and Jacob Kaplan-Moss. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17022 bcc190cf-cafb-0310-a4f2-bffc1f526a37