Skip to content

Commit 66d2e0e

Browse files
committed
Fix initial migration
1 parent 18035eb commit 66d2e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tagging/migrations/0001_initial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class Migration(migrations.Migration):
77

88
dependencies = [
9-
('contenttypes', '0002_remove_content_type_name'),
9+
('contenttypes', '0001_initial'),
1010
]
1111

1212
operations = [

0 commit comments

Comments
 (0)