diff options
| author | Tom Forbes <tom@tomforb.es> | 2019-04-29 10:44:58 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-04-29 12:18:29 +0200 |
| commit | d326c743ef2052faf1490f59afbc3e7bcf023c69 (patch) | |
| tree | 5f42bc5f7a2d48e5c07e1fbccc94fa1556b4fe29 /docs | |
| parent | 097457afe47e50e76d53b1cd3312ba8364f866cb (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.txt | 3 |
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`). |
