Refs #32503 -- Added release notes for 5e04e84d67
.
This commit is contained in:
parent
8b4983cfd4
commit
57bc16b38e
|
@ -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