django1/django/db/migrations/operations
Nick Pope 4cf1f2f13e Simplified AlterModelTable by making it subclass ModelOptionOperation. 2019-08-02 18:19:55 +02: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 Simplified AlterModelTable by making it subclass ModelOptionOperation. 2019-08-02 18:19:55 +02:00
special.py Refs #27914 -- Used __qualname__ in model operations' deconstruct(). 2017-06-14 10:10:22 -04:00
utils.py Fixed typos in docs, comments, and exception messages. 2019-04-18 09:33:53 +02:00