summaryrefslogtreecommitdiff
path: root/docs/releases/3.2.9.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/3.2.9.txt')
-rw-r--r--docs/releases/3.2.9.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/3.2.9.txt b/docs/releases/3.2.9.txt
index 56cbd1d223..a03542c0b6 100644
--- a/docs/releases/3.2.9.txt
+++ b/docs/releases/3.2.9.txt
@@ -10,4 +10,5 @@ Django 3.2.9 fixes several bugs in 3.2.8 and adds compatibility with Python
Bugfixes
========
-* ...
+* Fixed a bug in Django 3.2 that caused a migration crash on SQLite when
+ altering a field with a functional index (:ticket:`33194`).