Skip to content

Commit

Permalink
[3.2.x] Refs #32503 -- Added release notes for 5e04e84.
Browse files Browse the repository at this point in the history
Backport of 57bc16b from main
  • Loading branch information
felixxm committed Jun 10, 2021
1 parent 57146ba commit bb29174
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/releases/3.2.5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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`).

0 comments on commit bb29174

Please sign in to comment.