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:40:20 -0400 |
| commit | f5db3bddb34f7a2b5807b5af74dc49863fe5f06b (patch) | |
| tree | f0799871d3082e2f3ec0041e3fce4b3ddb59aa98 /docs/ref | |
| parent | c5e35afbccb2777b8eea882e95eba44ed582c361 (diff) | |
[1.4.X] Fixed #17997 - Documented that the debug server is now multithreaded by default.
Thanks trey.smith@ for the report and vanessagomes for the patch.
Backport of e4a1407a9c from master
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 e1a6e7cbef..bfbd61f2d6 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -707,6 +707,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. |
