From 4f72e5f03ae803fd9faa1445245c1050ca004526 Mon Sep 17 00:00:00 2001 From: Moayad Mardini Date: Tue, 20 May 2014 16:27:12 +0300 Subject: Fixed #21773 -- made daemon threads default in the development server. Thanks clime for the report. --- docs/releases/1.8.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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 ^^^^^^ -- cgit v1.3