django1/django/db/migrations/operations
Simon Charette 95bda03f2d Fixed #29868 -- Retained database constraints on SQLite table rebuilds.
Refs #11964.

Thanks Scott Stevens for testing this upcoming feature and the report.
2018-10-29 10:33:41 +01:00
..
__init__.py Fixed #11964 -- Added support for database check constraints. 2018-07-10 15:32:33 -04:00
base.py Fixed typos in comments and docs. 2018-08-01 16:09:22 -04:00
fields.py Removed in_between from Operation.reduce()'s signature. 2018-07-11 10:49:50 -04:00
models.py Fixed #29868 -- Retained database constraints on SQLite table rebuilds. 2018-10-29 10:33:41 +01: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