1
0
mirror of https://github.com/django/django.git synced 2025-10-31 01:25:32 +00:00

[4.1.x] Fixed #33955, Fixed #33971 -- Reverted "Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs."

This reverts commit 7f3cfaa12b.

Thanks Tom Carrick and Greg Kaleka for reports.
Backport of 974942a750 from main
This commit is contained in:
Mariusz Felisiak
2022-09-01 21:09:16 +02:00
parent 02876534ab
commit a1083805ac
7 changed files with 54 additions and 82 deletions

View File

@@ -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`).