Fixed #33425 -- Fixed view name for CBVs on technical 404 debug page.

Regression in 0c0b87725b.
This commit is contained in:
Keryn Knight 2022-01-07 12:57:03 +00:00 committed by Mariusz Felisiak
parent 7346c288e3
commit 2a66c102d9
3 changed files with 17 additions and 5 deletions

View file

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