django/tests/migrations/test_migrations
Andrei Kulakov db97a88495 Fixed #24375 -- Added Migration.initial attribute
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.
2015-07-13 15:57:40 -04:00
..
0001_initial.py Fixed #24375 -- Added Migration.initial attribute 2015-07-13 15:57:40 -04:00
0002_second.py Harmonized some PEP 0263 coding preambles 2014-05-15 19:58:41 +02:00
__init__.py First stab at some migration creation commands 2013-06-19 15:36:22 +01:00