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 16:57:21 -0300
commitbac9e94ace79d79c55e94b8aba05db0d148430e2 (patch)
treec1ba3f6b7390b2d9444fbb68eca783858b1305d3 /docs
parent3d943c4f55e24eb77a5fc70e6253e182110d80f6 (diff)
[4.2.x] Fixed #34994 -- Fixed checkbox layout in admin's change page for narrow screen widths.
Regression in d687febce5868545f99974d2499a91f81a32fef5. Backport of a89c715c3bcf7ab1a90747cf8658ebce6304b6e4 from main
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`).