mirror of
https://github.com/django/django.git
synced 2025-10-05 08:10:36 +00:00
[4.1.x] Fixed #33955, Fixed #33971 -- Reverted "Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs."
This reverts commit7f3cfaa12b
. Thanks Tom Carrick and Greg Kaleka for reports. Backport of974942a750
from main
This commit is contained in:
parent
02876534ab
commit
a1083805ac
7 changed files with 54 additions and 82 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue