summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTom Carrick <tom@carrick.eu>2023-12-08 17:35:37 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-12-13 12:34:53 +0100
commitca43990813b4c75f62b65adc2670d6baf50b57b7 (patch)
treea23713574eb160104cd5848eeed7c5693fb6edfb /docs
parentd9ba0ea6cb3e8d0ec11ed858314d369548da5353 (diff)
[4.2.x] Fixed #35012 -- Restored wrapping admin fieldsets with multiple fields per line.
Thanks James Gillard for the report. Regression in 729266c6f29c7a0677b24926a86a767ef3078b26. Backport of 4aae864463b149393a36e0b18345cf6ed392634d from main
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.2.9.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/4.2.9.txt b/docs/releases/4.2.9.txt
index f98803f5ea..5202fbb6e7 100644
--- a/docs/releases/4.2.9.txt
+++ b/docs/releases/4.2.9.txt
@@ -9,4 +9,5 @@ Django 4.2.9 fixes a bug in 4.2.8.
Bugfixes
========
-* ...
+* Fixed a regression in Django 4.2.8 where admin fields on the same line could
+ overflow the page and become non-interactive (:ticket:`35012`).