1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests/schema
2021-05-28 20:25:59 +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 Fixed #32503 -- Fixed altering BLOB/TEXT field to non-nullable with default on MySQL 8.0.13+. 2021-05-21 13:34:37 +02:00
test_logging.py
tests.py Refs #32779 -- Changed DatabaseSchemaEditor._unique_sql()/_create_unique_sql() to take fields as second parameter. 2021-05-28 10:50:27 +02:00