summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKeryn Knight <keryn@kerynknight.com>2022-01-10 13:01:35 +0000
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-01-10 17:30:41 +0100
commitf4b06a3cc1e54888ff86f36a1f9a3ddf21292314 (patch)
treeef4e1fc51b674d6d3c96212bdedd3c1b1c2898a6 /docs
parent178109c1734ccc16386c3e3cbae1465c7a1b8ed8 (diff)
Fixed #33426 -- Fixed ResolverMatch.__repr_() for class-based views.
Regression in 7c08f26bf0439c1ed593b51b51ad847f7e262bc1.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.0.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/4.0.2.txt b/docs/releases/4.0.2.txt
index 71bb71e91d..b191ef10e3 100644
--- a/docs/releases/4.0.2.txt
+++ b/docs/releases/4.0.2.txt
@@ -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`).