1
0
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:
Keryn Knight
2022-01-10 13:01:35 +00:00
committed by Mariusz Felisiak
parent 178109c173
commit f4b06a3cc1
3 changed files with 14 additions and 0 deletions

View File

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