From 4eb9c3d90aff55182151b6be0122f7d0b28832fd Mon Sep 17 00:00:00 2001 From: Tom Carrick Date: Thu, 23 Nov 2023 11:16:44 +0100 Subject: 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. --- docs/releases/4.2.8.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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`). -- cgit v1.3