mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
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:
parent
838a16ec20
commit
ce165f7bbf
4 changed files with 24 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue