mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #33426 -- Fixed ResolverMatch.__repr_() for class-based views.
Regression in 7c08f26bf0.
This commit is contained in:
committed by
Mariusz Felisiak
parent
178109c173
commit
f4b06a3cc1
@@ -17,3 +17,6 @@ Bugfixes
|
||||
|
||||
* 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`).
|
||||
|
||||
* Fixed a regression in Django 4.0 that caused an incorrect ``repr`` of
|
||||
``ResolverMatch`` for class-based views (:ticket:`33426`).
|
||||
|
||||
Reference in New Issue
Block a user