summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2024-04-18 12:52:53 +0100
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-04-19 11:23:28 +0200
commitffcf66071158ed3b5541ed13b4c7381240d1b310 (patch)
tree468f246c4795461be80899c0d746849a7c42818f /docs
parentd36ecbd5306f98231c9f9cbfc78136052fde723a (diff)
[5.0.x] Fixed #34994, Fixed #35386 -- Applied checkbox-row CSS class unconditionally in Admin.
Backport of bdd76c4c3817d8e3ed5b0450d5e18e4eae096f16 from main.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.2.12.txt4
-rw-r--r--docs/releases/5.0.5.txt4
2 files changed, 8 insertions, 0 deletions
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`).
diff --git a/docs/releases/5.0.5.txt b/docs/releases/5.0.5.txt
index 788753c826..e343d730b0 100644
--- a/docs/releases/5.0.5.txt
+++ b/docs/releases/5.0.5.txt
@@ -20,3 +20,7 @@ Bugfixes
* Fixed a bug in Django 5.0 that caused a crash when applying migrations
including alterations to ``GeneratedField`` such as setting ``db_index=True``
on SQLite (:ticket:`35373`).
+
+* 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`).