django1/django/db/migrations/operations
Iuri de Silvio afeafd6036 Fixed #33201 -- Made RenameModel operation a noop for models with db_table. 2021-10-27 12:41:29 +02:00
..
__init__.py Fixed #11964 -- Added support for database check constraints. 2018-07-10 15:32:33 -04:00
base.py Fixed #31468 -- Allowed specifying migration filename in Operation. 2020-05-28 11:42:53 +02:00
fields.py Fixed #33197 -- Made field rename with prior matching db_column change a noop. 2021-10-19 06:46:35 +02:00
models.py Fixed #33201 -- Made RenameModel operation a noop for models with db_table. 2021-10-27 12:41:29 +02:00
special.py Refs #27914 -- Used __qualname__ in model operations' deconstruct(). 2017-06-14 10:10:22 -04:00