django1/django/db/migrations/operations
Simon Charette ad811335bd Refs #29000 -- Restored delayed model rendering of RenameField.
Non-delayed rendering is unnecessary and wasteful now that state models
relationship consistency on delayed reload is ensured.

This partly reverts commit fcc4e251db.
2020-04-07 09:20:46 +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 Refs #29000 -- Restored delayed model rendering of RenameField. 2020-04-07 09:20:46 +02: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