summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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`).