diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-09-01 21:09:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-01 21:09:16 +0200 |
| commit | 974942a75039ba43e618f6a5ff95e08b5d5176fd (patch) | |
| tree | 954db3b65546eb13320cc57e814a1b5fa887bf05 /docs | |
| parent | e64919ae54933ef4840f0e27e51d9fcfd55ecf4b (diff) | |
Fixed #33955, Fixed #33971 -- Reverted "Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs."
This reverts commit 7f3cfaa12b28d15c0ca78bb692bfd6e59d17bff1.
Thanks Tom Carrick and Greg Kaleka for reports.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.1.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.1.1.txt b/docs/releases/4.1.1.txt index 2e4782f904..193741762e 100644 --- a/docs/releases/4.1.1.txt +++ b/docs/releases/4.1.1.txt @@ -55,3 +55,7 @@ Bugfixes * Fixed a regression in Django 4.1 that caused a migration crash on SQLite < 3.20 (:ticket:`33960`). + +* Fixed a regression in Django 4.1 that caused an admin crash when the + :mod:`~django.contrib.admindocs` app was used (:ticket:`33955`, + :ticket:`33971`). |
