diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.2.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.2.1.txt b/docs/releases/3.2.1.txt index 3de4b385c9..6b0b1576cf 100644 --- a/docs/releases/3.2.1.txt +++ b/docs/releases/3.2.1.txt @@ -40,3 +40,7 @@ Bugfixes * Fixed a regression in Django 3.2 that caused a crash of ``QuerySet.update()`` on a queryset ordered by inherited or joined fields on MySQL and MariaDB (:ticket:`32645`). + +* 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`). |
