summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTom Carrick <tom@carrick.eu>2023-11-23 11:16:44 +0100
committerNatalia <124304+nessita@users.noreply.github.com>2023-11-23 10:22:34 -0300
commit3d943c4f55e24eb77a5fc70e6253e182110d80f6 (patch)
tree329f00b7bdc975277ff33e57e769a434dc8e9751 /docs
parentcf95de9d24c987beff51b54979c02aeef1f98050 (diff)
[4.2.x] Fixed #34991 -- Fixed pagination links and input layout in admin's change list page when using list_editable.
Regression in b4817d20b9e55df30be0b1b2ca8c8bb6d61aab07. Thanks Tom Carrick for the report and fix. Backport of 4eb9c3d90aff55182151b6be0122f7d0b28832fd from main
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.2.8.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.2.8.txt b/docs/releases/4.2.8.txt
index f155e309c3..be87f01054 100644
--- a/docs/releases/4.2.8.txt
+++ b/docs/releases/4.2.8.txt
@@ -20,3 +20,7 @@ Bugfixes
* Fixed a regression in Django 4.2 that caused a crash when annotating a
``QuerySet`` with a ``Window`` expressions composed of a ``partition_by``
clause mixing field types and aggregation expressions (:ticket:`34987`).
+
+* 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`).