summaryrefslogtreecommitdiff
path: root/docs/releases/3.2.3.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/3.2.3.txt')
-rw-r--r--docs/releases/3.2.3.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/releases/3.2.3.txt b/docs/releases/3.2.3.txt
index 315678b92a..915590f85c 100644
--- a/docs/releases/3.2.3.txt
+++ b/docs/releases/3.2.3.txt
@@ -2,7 +2,7 @@
Django 3.2.3 release notes
==========================
-*Expected June 1, 2021*
+*May 13, 2021*
Django 3.2.3 fixes several bugs in 3.2.2.
@@ -13,3 +13,8 @@ Bugfixes
* Fixed a regression in Django 3.2 that caused the incorrect filtering of
querysets combined with the ``|`` operator (:ticket:`32717`).
+
+* Fixed a regression in Django 3.2.1 where saving ``FileField`` would raise a
+ ``SuspiciousFileOperation`` even when a custom
+ :attr:`~django.db.models.FileField.upload_to` returns a valid file path
+ (:ticket:`32718`).