diff options
| author | Moayad Mardini <moayad.m@gmail.com> | 2014-05-20 16:27:12 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-06-05 12:26:24 -0400 |
| commit | 4f72e5f03ae803fd9faa1445245c1050ca004526 (patch) | |
| tree | bba117a390279cd7e0f8958c184a2dff2d0d6573 /docs | |
| parent | e560558ecb3a727c8f3f23e3a036413f8d8679eb (diff) | |
Fixed #21773 -- made daemon threads default in the development server.
Thanks clime for the report.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 30a5ab2239..087098b4ba 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -165,6 +165,8 @@ Management Commands * The :djadminopt:`--ignorenonexistent` option of the :djadmin:`loaddata` management command now ignores data for models that no longer exist. +* :djadmin:`runserver` now uses daemon threads for faster reloading. + Models ^^^^^^ |
