diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-04-15 17:15:28 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-04-21 09:08:34 +0200 |
| commit | 54d5bfa9c5eb3e2936a0e382724869867059fad3 (patch) | |
| tree | ba6af3e8f871fa5c3e8680599000acecde9c8117 /docs | |
| parent | 4acce4d95f917d68989e4c1787a11333cc8d0318 (diff) | |
[3.2.x] Fixed #32647 -- Restored multi-row select with shift-modifier in admin changelist.
Regression in 30e59705fc3e3e9e8370b965af794ad6173bf92b.
Backport of 5c73fbb6a93ee214678f02ba4027f18dff49337b from main
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.2.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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`). |
