blob: 34d67a40b0654e660ad09d8410d0f17c0c90c66b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
==========================
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`).
|