django/docs/releases/3.2.1.txt

17 lines
405 B
Plaintext
Raw Normal View History

==========================
Django 3.2.1 release notes
==========================
*Expected May 4, 2021*
Django 3.2.1 fixes several bugs in 3.2.
Bugfixes
========
* Corrected detection of GDAL 3.2 on Windows (:ticket:`32544`).
* Fixed a bug in Django 3.2 where subclasses of ``BigAutoField`` and
``SmallAutoField`` were not allowed for the :setting:`DEFAULT_AUTO_FIELD`
setting (:ticket:`32620`).