From 6760f4fa251e9559a701a40da67680d2bb0a0dba Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Tue, 21 Sep 2021 19:58:00 +0200 Subject: [3.2.x] Fixed #33083 -- Fixed selecting all items in the admin changelist when actions are both top and bottom. Thanks Benjamin Locher for the report. Regression in 30e59705fc3e3e9e8370b965af794ad6173bf92b. Backport of b0ed619303d2fb723330ca9efa3acf23d49f1d19 from main --- docs/releases/3.2.8.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/3.2.8.txt b/docs/releases/3.2.8.txt index 8494b292cb..cec9dffd0c 100644 --- a/docs/releases/3.2.8.txt +++ b/docs/releases/3.2.8.txt @@ -11,3 +11,7 @@ Bugfixes * Fixed a bug in Django 3.2 that caused incorrect links on read-only fields in admin (:ticket:`33077`). + +* Fixed a regression in Django 3.2 that caused incorrect selection of items + across all pages when actions were placed both on the top and bottom of the + admin change-list view (:ticket:`33083`). -- cgit v1.3