summaryrefslogtreecommitdiff
path: root/tests/migrations/test_migrations_initial_false/__init__.py
AgeCommit message (Collapse)Author
2015-07-13Fixed #24375 -- Added Migration.initial attributeAndrei Kulakov
The new attribute is checked when the `migrate --fake-initial` option is used. initial will be set to True for all initial migrations (this is particularly useful when initial migrations are split) as well as for squashed migrations.