Skip to content

Commit 7a0a140

Browse files
committed
_We_ don't need the newer version, but the Django 1.8 test does
1 parent 39df3bb commit 7a0a140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testapp/migrate/page/0001_initial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Migration(migrations.Migration):
1414
initial = True
1515

1616
dependencies = [
17-
("sites", "0002_alter_domain_unique"),
17+
("sites", "0001_initial"),
1818
("medialibrary", "0001_initial"),
1919
]
2020

0 commit comments

Comments
 (0)