summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTom Forbes <tom@tomforb.es>2019-05-27 20:14:49 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-05-28 08:31:33 +0200
commitb2790f74d4f38c8b297b7c1cef6875d2378f6fa6 (patch)
tree4e914cc30f0449a83c6e3599af4f5b97641ac6ae /docs
parentdf46b329e0900e9e4dc1d60816c1dce6dfc1094e (diff)
Fixed #30479 -- Fixed detecting changes in manage.py by autoreloader when using StatReloader.
Regression in c8720e7696ca41f3262d5369365cc1bd72a216ca.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.2.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.2.2.txt b/docs/releases/2.2.2.txt
index d68338dce2..fc47100844 100644
--- a/docs/releases/2.2.2.txt
+++ b/docs/releases/2.2.2.txt
@@ -18,3 +18,6 @@ Bugfixes
* Fixed a regression in Django 2.2.1 where
:class:`~django.contrib.postgres.search.SearchVector` generates SQL with a
redundant ``Coalesce`` call (:ticket:`30488`).
+
+* Fixed a regression in Django 2.2 where auto-reloader doesn't detect changes
+ in ``manage.py`` file when using ``StatReloader`` (:ticket:`30479`).