1
0
mirror of https://github.com/django/django.git synced 2025-01-07 17:06:04 +00:00
django/tests/schema
Mariusz Felisiak fa0433d05f Fixed #32832 -- Fixed adding BLOB/TEXT nullable field with default on MySQL 8.0.13+.
Regression in d4ac23bee1.

Thanks Omkar Deshpande for the report.
2021-06-10 20:03:43 +02:00
..
__init__.py
fields.py Fixed #32676 -- Prevented migrations from rendering related field attributes when not passed during initialization. 2021-05-28 20:25:59 +02:00
models.py
test_logging.py
tests.py Fixed #32832 -- Fixed adding BLOB/TEXT nullable field with default on MySQL 8.0.13+. 2021-06-10 20:03:43 +02:00