summaryrefslogtreecommitdiff
path: root/docs/releases/4.2.2.txt
diff options
context:
space:
mode:
authorgtleee <gtleee@hotmail.com>2023-05-22 05:43:15 +0000
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-05-22 11:05:20 +0200
commit0a324f1b66b9b948041b1c557fc18b3fb40743c4 (patch)
treef55cb9d18a815986ff0ae3f49eb16a5c7977225d /docs/releases/4.2.2.txt
parent061a8a1bd818ca2c8a6493f33cae2379e34e181f (diff)
Fixed #34588 -- Removed usage of nonexistent stylesheet in the 'Congrats' page.
Regression in d46cc15c51219c3418e0287bf018c5ba1346f825.
Diffstat (limited to 'docs/releases/4.2.2.txt')
-rw-r--r--docs/releases/4.2.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/4.2.2.txt b/docs/releases/4.2.2.txt
index 475531b531..af2e60f2e7 100644
--- a/docs/releases/4.2.2.txt
+++ b/docs/releases/4.2.2.txt
@@ -25,3 +25,6 @@ Bugfixes
* Fixed a performance regression in Django 4.2 when compiling queries without
ordering (:ticket:`34580`).
+
+* Fixed a regression in Django 4.2 where nonexistent stylesheet was linked on a
+ “Congratulations!” page (:ticket:`34588`).