django1/django/db/migrations/operations
Simon Charette fc16015de4 Fixed #26906 -- Reduced alter together operations code duplication.
Thanks Akshesh Doshi for the initial patch.
2018-07-19 17:06:01 -04:00
..
__init__.py Fixed #11964 -- Added support for database check constraints. 2018-07-10 15:32:33 -04:00
base.py Removed in_between from Operation.reduce()'s signature. 2018-07-11 10:49:50 -04:00
fields.py Removed in_between from Operation.reduce()'s signature. 2018-07-11 10:49:50 -04:00
models.py Fixed #26906 -- Reduced alter together operations code duplication. 2018-07-19 17:06:01 -04:00
special.py Refs #27914 -- Used __qualname__ in model operations' deconstruct(). 2017-06-14 10:10:22 -04:00
utils.py Introduced ModelTuple to remove migrations boilerplate. 2018-07-11 10:49:50 -04:00