diff options
| author | Tim Graham <timograham@gmail.com> | 2012-07-05 08:39:05 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2012-07-05 08:39:05 -0400 |
| commit | e4a1407a9cf35e6449136c22647a58cb14451e7a (patch) | |
| tree | 18953b81178750d7516b9b51ec67f7db4490a46f /docs/ref | |
| parent | a222d6e80029de772a291e18460d96dcfbd23570 (diff) | |
Fixed #17997 - Documented that the debug server is now multithreaded by default.
Thanks trey.smith@ for the report and vanessagomes for the patch.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 8fea699c1b..7ca1ee5ddd 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -668,6 +668,7 @@ Example usage:: .. versionadded:: 1.4 +Since version 1.4, the development server is multithreaded by default. Use the ``--nothreading`` option to disable the use of threading in the development server. |
