summaryrefslogtreecommitdiff
path: root/docs/releases/2.2.2.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/2.2.2.txt')
-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`).