diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-09-01 21:09:16 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-09-01 21:10:43 +0200 |
| commit | a1083805acc952419752bc8fd860bfda83af42d2 (patch) | |
| tree | 74ae69b29eb7dab819f614751f392726091aefbd /docs | |
| parent | 02876534aba63755e7418ee03a691ef6dcdb4416 (diff) | |
[4.1.x] 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.
Backport of 974942a75039ba43e618f6a5ff95e08b5d5176fd from main
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`). |
