Skip to content

Commit

Permalink
Fix migrations dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Jaruga Cruz <[email protected]>
Signed-off-by: Lucas Moura <[email protected]>
  • Loading branch information
GustJc committed Feb 23, 2016
1 parent 2916f1f commit f01f90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/colab_superarchives/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def reverseSql(app_name, schema_editor):
class Migration(migrations.Migration):

dependencies = [
('taggit', '0002_auto_20150616_2121'),
('taggit', '0001_initial'),
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('accounts', '0007_auto_20151105_0120'),
]
Expand Down

0 comments on commit f01f90e

Please sign in to comment.