From 0a324f1b66b9b948041b1c557fc18b3fb40743c4 Mon Sep 17 00:00:00 2001 From: gtleee Date: Mon, 22 May 2023 05:43:15 +0000 Subject: Fixed #34588 -- Removed usage of nonexistent stylesheet in the 'Congrats' page. Regression in d46cc15c51219c3418e0287bf018c5ba1346f825. --- docs/releases/4.2.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3