summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTom Forbes <tom@tomforb.es>2019-07-21 22:28:39 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-07-24 14:38:24 +0200
commit4d6449e1258c88b6e4e1ccbb5e84b210371598d2 (patch)
tree668a4e939f44bf6ffca81fdb21d53bd93f5f9b5c /docs
parent61d4a159899358e3570dfc5db039651325b30992 (diff)
[2.2.x] Fixed #30647 -- Fixed crash of autoreloader when extra directory cannot be resolved.
Backport of fc75694257b5bceab82713f84fe5a1b23d641c3f from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.2.4.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.2.4.txt b/docs/releases/2.2.4.txt
index af0950d700..16e3bf07be 100644
--- a/docs/releases/2.2.4.txt
+++ b/docs/releases/2.2.4.txt
@@ -21,3 +21,6 @@ Bugfixes
* Fixed a regression in Django 2.2 where auto-reloader crashes if a file path
contains nulls characters (``'\x00'``) (:ticket:`30506`).
+
+* Fixed a regression in Django 2.2 where auto-reloader crashes if a translation
+ directory cannot be resolved (:ticket:`30647`).