[3.2.x] Refs #32503 -- Added release notes for 5e04e84d67
.
Backport of 57bc16b38e
from main
This commit is contained in:
parent
57146ba388
commit
bb29174f94
|
@ -12,3 +12,7 @@ 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`).
|
||||
|
|
Loading…
Reference in New Issue