diff options
| author | Tom Forbes <tom@tomforb.es> | 2019-04-29 10:22:43 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-04-29 11:41:00 +0200 |
| commit | 0636d4d2aa6e4469198fdf662225ad862e60c5e3 (patch) | |
| tree | cb1b5e51c5ae4cc1ba3c378e2bddc327d9be7184 /docs/releases/2.2.1.txt | |
| parent | b5259ab78054a91f10804de460128879f7948ca4 (diff) | |
Refs #30323 -- Prevented crash of autoreloader when get_resolver().urlconf_module raising an exception.
Diffstat (limited to 'docs/releases/2.2.1.txt')
| -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 9696488e14..4a2d77aaf3 100644 --- a/docs/releases/2.2.1.txt +++ b/docs/releases/2.2.1.txt @@ -64,3 +64,6 @@ Bugfixes permissions for proxy models if the target permissions already existed. For example, when a permission had been created manually or a model had been migrated from concrete to proxy (:ticket:`30351`). + +* Fixed a regression in Django 2.2 that caused a crash of :djadmin:`runserver` + when URLConf modules raised exceptions (:ticket:`30323`). |
