summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlton Gibson <carlton@noumenal.es>2021-09-21 19:58:00 +0200
committerGitHub <noreply@github.com>2021-09-21 19:58:00 +0200
commitb0ed619303d2fb723330ca9efa3acf23d49f1d19 (patch)
treeb54ecb8679ae882d2f89573cc53694a044e8da58 /docs
parent7d909b2282c91c5bc5204dd160412e90fa86d624 (diff)
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.2.8.txt4
1 files changed, 4 insertions, 0 deletions
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`).