summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.2.10.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/3.2.10.txt b/docs/releases/3.2.10.txt
index 8df403e3d4..18f0f9f09a 100644
--- a/docs/releases/3.2.10.txt
+++ b/docs/releases/3.2.10.txt
@@ -10,4 +10,6 @@ Django 3.2.10 fixes a security issue with severity "low" and several bugs in
Bugfixes
========
-* ...
+* Fixed a regression in Django 3.2 that caused a crash of ``setUpTestData()``
+ with ``BinaryField`` on PostgreSQL, which is ``memoryview``-backed
+ (:ticket:`33333`).