diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-06-17 13:08:36 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-06-17 13:08:36 +0000 |
| commit | ce165f7bbf0c481a20db6b4b9f764b8bb89348ba (patch) | |
| tree | eed18aee4f70ba15f3929fafd42b8a5d322ea344 /docs/ref/django-admin.txt | |
| parent | 838a16ec2055cd9736c9d426acf9fdd092e72469 (diff) | |
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
Diffstat (limited to 'docs/ref/django-admin.txt')
| -rw-r--r-- | docs/ref/django-admin.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 812a82e208..0b116f8c23 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -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 |
