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 09:39:57 -0300
commit4eb9c3d90aff55182151b6be0122f7d0b28832fd (patch)
tree20a2bbf9b20a8dad65618a1921f1e8ee98dd74db /docs
parenta03593967f098cf8dab79065bcabbcebd461f05b (diff)
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.
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`).