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:09 +0200
commit8467c4ed3e06a7933e1b161b3059621f9972b052 (patch)
tree71f6cd93d2925ccccc5da76fb805c9b7a33140f9 /docs
parent5b8cc4ce2679dbf45c257a57a93307201e52e5b6 (diff)
[4.0.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`).