django1/tests/schema
David Wobrock b9df2b74b9 Fixed #32676 -- Prevented migrations from rendering related field attributes when not passed during initialization.
Thanks Simon Charette for the implementation idea.
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 Replaced django.test.utils.patch_logger() with assertLogs(). 2018-05-07 09:34:00 -04:00
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