1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #21773 -- made daemon threads default in the development server.

Thanks clime for the report.
This commit is contained in:
Moayad Mardini
2014-05-20 16:27:12 +03:00
committed by Tim Graham
parent e560558ecb
commit 4f72e5f03a
2 changed files with 10 additions and 0 deletions

View File

@@ -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
^^^^^^