django1/django/db/migrations/operations
Jeff fcc4e251db Fixed #29000 -- Fixed RenameModel's renaming of a M2M column when run after RenameField.
Regression in 45ded053b1.
2018-06-15 11:51:09 -04:00
..
__init__.py Fixed #26709 -- Added class-based indexes. 2016-06-27 10:41:01 -04:00
base.py Moved _get_model_tuple() to the base Operation class. 2017-12-30 14:50:43 -05:00
fields.py Fixed #29000 -- Fixed RenameModel's renaming of a M2M column when run after RenameField. 2018-06-15 11:51:09 -04:00
models.py Moved _get_model_tuple() to the base Operation class. 2017-12-30 14:50:43 -05:00
special.py Refs #27914 -- Used __qualname__ in model operations' deconstruct(). 2017-06-14 10:10:22 -04:00
utils.py Fixed #28305 -- Fixed "Cannot change column 'x': used in a foreign key constraint" crash on MySQL with a sequence of AlterField or RenameField operations. 2017-12-01 19:07:46 -05:00