Commit 3ac70c1adca7ba05790ec33cf1125c91463738ce
1 parent
b941f135
Exists in
master
and in
39 other branches
Fixing migration dependency
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/super_archives/migrations/0001_initial.py
| @@ -13,7 +13,7 @@ class Migration(migrations.Migration): | @@ -13,7 +13,7 @@ class Migration(migrations.Migration): | ||
| 13 | 13 | ||
| 14 | dependencies = [ | 14 | dependencies = [ |
| 15 | migrations.swappable_dependency(settings.AUTH_USER_MODEL), | 15 | migrations.swappable_dependency(settings.AUTH_USER_MODEL), |
| 16 | - ('taggit', '0002_auto_20140925_1819'), | 16 | + ('taggit', '0001_initial'), |
| 17 | ] | 17 | ] |
| 18 | 18 | ||
| 19 | operations = [ | 19 | operations = [ |