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:
committed by
Tim Graham
parent
e560558ecb
commit
4f72e5f03a
@@ -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
|
||||
^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user