summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTom Forbes <tom@tomforb.es>2019-04-29 10:44:58 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-04-29 12:18:29 +0200
commitd326c743ef2052faf1490f59afbc3e7bcf023c69 (patch)
tree5f42bc5f7a2d48e5c07e1fbccc94fa1556b4fe29 /docs
parent097457afe47e50e76d53b1cd3312ba8364f866cb (diff)
[2.2.x] Fixed #30323 -- Fixed detecting changes by autoreloader when using StatReloader.
Backport of 6754bffa2b2df15a741008aa611c1bb0e8dff22b from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.2.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.2.1.txt b/docs/releases/2.2.1.txt
index 4a2d77aaf3..9f241b83e9 100644
--- a/docs/releases/2.2.1.txt
+++ b/docs/releases/2.2.1.txt
@@ -67,3 +67,6 @@ Bugfixes
* Fixed a regression in Django 2.2 that caused a crash of :djadmin:`runserver`
when URLConf modules raised exceptions (:ticket:`30323`).
+
+* Fixed a regression in Django 2.2 where changes were not reliably detected by
+ auto-reloader when using ``StatReloader`` (:ticket:`30323`).