django/tests/migrations/test_migrations_run_before
Chris Beaven 45fa520187 Implement Migration.run_before
This attribute (used for reverse dependencies) was previously declared
and mentioned in the code, but never actually used.
2014-05-29 22:42:11 +12:00
..
0001_initial.py Implement Migration.run_before 2014-05-29 22:42:11 +12:00
0002_second.py Implement Migration.run_before 2014-05-29 22:42:11 +12:00
0003_third.py Implement Migration.run_before 2014-05-29 22:42:11 +12:00
__init__.py Implement Migration.run_before 2014-05-29 22:42:11 +12:00