Fixed #16099 -- Enabled threading for the runserver management command and added a --nothreading option to disable it if needed. This should help Google Chrome users because it opens more than one connection speculatively.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16427 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel 2011-06-17 13:08:36 +00:00
parent 838a16ec20
commit ce165f7bbf
4 changed files with 24 additions and 4 deletions

View file

@ -688,6 +688,13 @@ Example usage::
django-admin.py runserver --noreload
.. django-admin-option:: --nothreading
.. versionadded:: 1.4
Use the ``--nothreading`` option to disable the use of threading in the
development server.
.. django-admin-option:: --ipv6, -6
.. versionadded:: 1.3