1
0
mirror of https://github.com/django/django.git synced 2025-01-09 01:46:20 +00:00
django/tests/schema
Simon Charette 3e7a30fb3a [5.0.x] Fixed #35162 -- Fixed crash when adding fields with db_default on MySQL.
MySQL doesn't allow literal DEFAULT values to be used for BLOB, TEXT,
GEOMETRY or JSON columns and requires expression to be used instead.

Regression in 7414704e88.

Backport of dfc77637ea from main
2024-02-04 09:24:38 +01:00
..
__init__.py
fields.py [5.0.x] Applied Black's 2024 stable style. 2024-01-26 12:55:56 +01:00
models.py
test_logging.py
tests.py [5.0.x] Fixed #35162 -- Fixed crash when adding fields with db_default on MySQL. 2024-02-04 09:24:38 +01:00