mirror of
https://github.com/django/django.git
synced 2025-08-02 18:13:02 +00:00
Refs #32503 -- Added release notes for 5e04e84d67
.
This commit is contained in:
parent
8b4983cfd4
commit
57bc16b38e
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue