diff options
| author | Tom Forbes <tom@tomforb.es> | 2019-08-25 18:13:15 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-08-27 20:09:30 +0200 |
| commit | 6402855098f773f15adc2139286a552ded84f3d7 (patch) | |
| tree | b55e582ab412addddeb782087f4a89b147ee8d3e /docs | |
| parent | 6c17b865905c203b21c1bcb6079261bd1cbf5e6a (diff) | |
[2.2.x] Fixed #30500 -- Fixed race condition in loading URLconf module.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.2.5.txt | 3 |
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`). |
