django1/django/db/migrations/operations
Amos Onn bd3c2900fc Fixed #25892 -- Optimized SeparateDatabaseAndState.database_backwards().
Now intermediate states in the database_backwards are cached, similar to
the executor's migrate() (or _migrate_all_backwards()). This makes the
migration run much faster (O(n) instead of O(n^2) over number of
database_operations).
2016-01-07 08:13:56 -05:00
..
__init__.py Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
base.py Fixed #23879 -- Allowed model migration skip based on feature/vendor 2015-04-18 15:17:49 +02:00
fields.py Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
models.py Fixed #25852 -- Made sure AlterModelManager forces a reload of its model state. 2015-12-15 12:22:59 -05:00
special.py Fixed #25892 -- Optimized SeparateDatabaseAndState.database_backwards(). 2016-01-07 08:13:56 -05:00