From 4aae864463b149393a36e0b18345cf6ed392634d Mon Sep 17 00:00:00 2001 From: Tom Carrick Date: Fri, 8 Dec 2023 17:35:37 +0100 Subject: Fixed #35012 -- Restored wrapping admin fieldsets with multiple fields per line. Thanks James Gillard for the report. Regression in 729266c6f29c7a0677b24926a86a767ef3078b26. --- docs/releases/4.2.9.txt | 3 ++- docs/releases/5.0.1.txt | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'docs') 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`). diff --git a/docs/releases/5.0.1.txt b/docs/releases/5.0.1.txt index 2e720e57f0..79fbf9a0a1 100644 --- a/docs/releases/5.0.1.txt +++ b/docs/releases/5.0.1.txt @@ -24,3 +24,6 @@ Bugfixes * Fixed a bug in Django 5.0 that caused a migration crash on Oracle < 23c when adding a ``GeneratedField`` with ``output_field=BooleanField`` (:ticket:`35018`). + +* Fixed a regression in Django 5.0 where admin fields on the same line could + overflow the page and become non-interactive (:ticket:`35012`). -- cgit v1.3