summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.2.5.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.2.5.txt b/docs/releases/2.2.5.txt
index 9f143c8d96..592b8256a1 100644
--- a/docs/releases/2.2.5.txt
+++ b/docs/releases/2.2.5.txt
@@ -22,3 +22,6 @@ Bugfixes
:attr:`ModelAdmin.list_filter <django.contrib.admin.ModelAdmin.list_filter>`
choices to foreign objects don't respect a model's ``Meta.ordering``
(:ticket:`30449`).
+
+* Fixed a race condition in loading URLconf module that could cause a crash of
+ auto-reloader on Python 3.5 and below (:ticket:`30500`).