diff -r 1121fd3d8b0e -r 604b887e70c3 src/hdalab/migrations/0001_initial.py --- a/src/hdalab/migrations/0001_initial.py Thu Feb 26 15:51:03 2015 +0100 +++ b/src/hdalab/migrations/0001_initial.py Thu Feb 26 10:33:10 2015 +0100 @@ -3,6 +3,10 @@ from south.v2 import SchemaMigration class Migration(SchemaMigration): + + depends_on = ( + ("hdabo", "0007_auto__add_folder"), + ) def forwards(self, orm):