django1/django/db/migrations/operations
Simon Charette 040bd7c938 Fixed #27279 -- Fixed a migration performance regression related to RenameModel operations.
Thanks Trac alias mtomiyoshi for the report, Marten Kenbeek for the initial
patch and Tim for the review.
2016-10-04 08:35:15 -04:00
..
__init__.py Fixed #26709 -- Added class-based indexes. 2016-06-27 10:41:01 -04:00
base.py Fixed #24109 -- Allowed RunSQL and RunPython operations to be elided. 2016-01-23 14:19:03 -05:00
fields.py Removed unused code in AlterField.database_forwards(). 2016-05-14 06:43:40 -04:00
models.py Fixed #27279 -- Fixed a migration performance regression related to RenameModel operations. 2016-10-04 08:35:15 -04:00
special.py Fixed #25833 -- Added support for non-atomic migrations. 2016-02-05 09:09:05 -05:00