summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlton Gibson <carlton@noumenal.es>2021-09-21 19:58:00 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-09-21 19:59:41 +0200
commit6760f4fa251e9559a701a40da67680d2bb0a0dba (patch)
tree879236dc82d873d5af9e1385061b15fd24031755 /docs
parente235c7815aaf4066123fd54064e02004217891ac (diff)
[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
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`).