mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #33425 -- Fixed view name for CBVs on technical 404 debug page.
Regression in 0c0b87725b
.
This commit is contained in:
parent
7346c288e3
commit
2a66c102d9
3 changed files with 17 additions and 5 deletions
|
@ -14,3 +14,6 @@ Bugfixes
|
|||
|
||||
* Fixed a regression in Django 4.0 where ``help_text`` was HTML-escaped in
|
||||
automatically-generated forms (:ticket:`33419`).
|
||||
|
||||
* Fixed a regression in Django 4.0 that caused displaying an incorrect name for
|
||||
class-based views on the technical 404 debug page (:ticket:`33425`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue