summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.2.5.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.2.5.txt b/docs/releases/3.2.5.txt
index f426d437ee..05d824fc25 100644
--- a/docs/releases/3.2.5.txt
+++ b/docs/releases/3.2.5.txt
@@ -16,3 +16,7 @@ Bugfixes
* Fixed a bug in Django 3.2 that caused a migration crash on MySQL 8.0.13+ when
altering ``BinaryField``, ``JSONField``, or ``TextField`` to non-nullable
(:ticket:`32503`).
+
+* Fixed a regression in Django 3.2 that caused a migration crash on MySQL
+ 8.0.13+ when adding nullable ``BinaryField``, ``JSONField``, or ``TextField``
+ with a default value (:ticket:`32832`).