From 0fc832676cd585fa420d583937b5b2318bc2c629 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Thu, 18 Apr 2024 13:52:53 +0200 Subject: [4.2.x] Fixed #34994, Fixed #35386 -- Applied checkbox-row CSS class unconditionally in Admin. Backport of bdd76c4c3817d8e3ed5b0450d5e18e4eae096f16 from main. --- docs/releases/4.2.12.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/4.2.12.txt b/docs/releases/4.2.12.txt index 64a6832d59..7423dd8745 100644 --- a/docs/releases/4.2.12.txt +++ b/docs/releases/4.2.12.txt @@ -12,3 +12,7 @@ Bugfixes * Fixed a crash in Django 4.2 when validating email max line lengths with content decoded using the ``surrogateescape`` error handling scheme (:ticket:`35361`). + +* Fixed a regression in Django 4.2 where multiple checkboxes in the admin would + be centered on narrower screen widths (:ticket:`34994`) or have misaligned + labels (:ticket:`35386`). -- cgit v1.3