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:23:31 -0300
commit15d49c80820be1a15e6e9e296a6948163b827fec (patch)
tree0742a9699047065482d37210fdded31fae56acaa /docs
parent95dec210e89a2fb46ffde2ba29ff7876e1d5f86e (diff)
[5.0.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`).