mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[4.2.x] Fixed #34588 -- Removed usage of nonexistent stylesheet in the 'Congrats' page.
Regression in d46cc15c51219c3418e0287bf018c5ba1346f825. Backport of 0a324f1b66b9b948041b1c557fc18b3fb40743c4 from main
This commit is contained in:
parent
e1c00f8b36
commit
6b76481fb9
@ -6,7 +6,6 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>{% translate "The install worked successfully! Congratulations!" %}</title>
|
<title>{% translate "The install worked successfully! Congratulations!" %}</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="stylesheet" href="/static/admin/css/fonts.css">
|
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
line-height: 1.15;
|
line-height: 1.15;
|
||||||
|
@ -25,3 +25,6 @@ Bugfixes
|
|||||||
|
|
||||||
* Fixed a performance regression in Django 4.2 when compiling queries without
|
* Fixed a performance regression in Django 4.2 when compiling queries without
|
||||||
ordering (:ticket:`34580`).
|
ordering (:ticket:`34580`).
|
||||||
|
|
||||||
|
* Fixed a regression in Django 4.2 where nonexistent stylesheet was linked on a
|
||||||
|
“Congratulations!” page (:ticket:`34588`).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user