mirror of
https://github.com/django/django.git
synced 2024-12-23 17:46:27 +00:00
7a9745fed4
Regression in b5e12d490a
.
Thanks Iuri de Silvio for the report.
26 lines
820 B
Plaintext
26 lines
820 B
Plaintext
==========================
|
|
Django 3.2.5 release notes
|
|
==========================
|
|
|
|
*Expected July 1, 2021*
|
|
|
|
Django 3.2.5 fixes several bugs in 3.2.4.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed a regression in Django 3.2 that caused a crash of
|
|
``QuerySet.values_list(…, named=True)`` after ``prefetch_related()``
|
|
(:ticket:`32812`).
|
|
|
|
* Fixed a bug in Django 3.2 that caused a migration crash on MySQL 8.0.13+ when
|
|
altering ``BinaryField``, ``JSONField``, or ``TextField`` to non-nullable
|
|
(:ticket:`32503`).
|
|
|
|
* Fixed a regression in Django 3.2 that caused a migration crash on MySQL
|
|
8.0.13+ when adding nullable ``BinaryField``, ``JSONField``, or ``TextField``
|
|
with a default value (:ticket:`32832`).
|
|
|
|
* Fixed a bug in Django 3.2 where a system check would crash on a model with an
|
|
invalid ``app_label`` (:ticket:`32863`).
|