From 6402855098f773f15adc2139286a552ded84f3d7 Mon Sep 17 00:00:00 2001 From: Tom Forbes Date: Sun, 25 Aug 2019 18:13:15 +0100 Subject: [2.2.x] Fixed #30500 -- Fixed race condition in loading URLconf module. --- docs/releases/2.2.5.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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 ` 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`). -- cgit v1.3