django/docs/releases/3.2.9.txt
Mariusz Felisiak e299cc2d2c [3.2.x] Added release date for 3.2.9.
Backport of 7ec603ba259083298c9598a41987b4c4f2a5d134 from main
2021-11-01 10:19:37 +01:00

14 lines
332 B
Plaintext

==========================
Django 3.2.9 release notes
==========================
*November 1, 2021*
Django 3.2.9 fixes a bug in 3.2.8 and adds compatibility with Python 3.10.
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`).