mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #32832 -- Fixed adding BLOB/TEXT nullable field with default on MySQL 8.0.13+.
Regression in d4ac23bee1
.
Thanks Omkar Deshpande for the report.
This commit is contained in:
parent
57bc16b38e
commit
fa0433d05f
3 changed files with 40 additions and 2 deletions
|
@ -16,3 +16,7 @@ Bugfixes
|
|||
* 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`).
|
||||
|
||||
* Fixed a regression in Django 3.2 that caused a migration crash on MySQL
|
||||
8.0.13+ when adding nullable ``BinaryField``, ``JSONField``, or ``TextField``
|
||||
with a default value (:ticket:`32832`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue