summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTom Carrick <tom@carrick.eu>2023-11-23 15:11:03 +0100
committerNatalia <124304+nessita@users.noreply.github.com>2023-11-23 15:18:07 -0300
commita89c715c3bcf7ab1a90747cf8658ebce6304b6e4 (patch)
treeb6b70f80923ef8a5eb784d0d63d9659f993d8f95 /docs
parent4eb9c3d90aff55182151b6be0122f7d0b28832fd (diff)
Fixed #34994 -- Fixed checkbox layout in admin's change page for narrow screen widths.
Regression in d687febce5868545f99974d2499a91f81a32fef5.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.2.8.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/4.2.8.txt b/docs/releases/4.2.8.txt
index be87f01054..5b0b558c35 100644
--- a/docs/releases/4.2.8.txt
+++ b/docs/releases/4.2.8.txt
@@ -24,3 +24,6 @@ Bugfixes
* Fixed a regression in Django 4.2 where the admin's change list page had
misaligned pagination links and inputs when using ``list_editable``
(:ticket:`34991`).
+
+* Fixed a regression in Django 4.2 where checkboxes in the admin would be
+ centered on narrower screen widths (:ticket:`34994`).