2021-04-06 09:49:48 +00:00
|
|
|
==========================
|
|
|
|
Django 3.2.1 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Expected May 4, 2021*
|
|
|
|
|
2021-04-07 17:44:29 +00:00
|
|
|
Django 3.2.1 fixes several bugs in 3.2.
|
2021-04-06 09:49:48 +00:00
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2021-04-03 12:47:27 +00:00
|
|
|
* Corrected detection of GDAL 3.2 on Windows (:ticket:`32544`).
|
2021-04-08 10:40:16 +00:00
|
|
|
|
|
|
|
* 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`).
|
2021-04-08 19:31:45 +00:00
|
|
|
|
|
|
|
* Fixed a regression in Django 3.2 that caused a crash of
|
|
|
|
``QuerySet.values()/values_list()`` after ``QuerySet.union()``,
|
|
|
|
``intersection()``, and ``difference()`` when it was ordered by an
|
|
|
|
unannotated field (:ticket:`32627`).
|