Refs #32503 -- Added release notes for 5e04e84d67.

This commit is contained in:
Mariusz Felisiak 2021-06-10 09:08:35 +02:00
parent 8b4983cfd4
commit 57bc16b38e
1 changed files with 4 additions and 0 deletions

View File

@ -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`).