From 5c73fbb6a93ee214678f02ba4027f18dff49337b Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Thu, 15 Apr 2021 17:15:28 +0200 Subject: Fixed #32647 -- Restored multi-row select with shift-modifier in admin changelist. Regression in 30e59705fc3e3e9e8370b965af794ad6173bf92b. --- docs/releases/3.2.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/3.2.1.txt b/docs/releases/3.2.1.txt index 6b0b1576cf..76291f57c1 100644 --- a/docs/releases/3.2.1.txt +++ b/docs/releases/3.2.1.txt @@ -44,3 +44,6 @@ Bugfixes * Fixed a regression in Django 3.2 that caused a crash when decoding a cookie value, used by ``django.contrib.messages.storage.cookie.CookieStorage``, in the pre-Django 3.2 format (:ticket:`32643`). + +* Fixed a regression in Django 3.2 that stopped the shift-key modifier + selecting multiple rows in the admin changelist (:ticket:`32647`). -- cgit v1.3