Skip to content

Commit

Permalink
Amend PR #336: fix migration file syntax for Django 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Jan 15, 2018
1 parent 38a91a8 commit 7fe7861
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions polymorphic/tests/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,6 @@ class Migration(migrations.Migration):
],
options={
'proxy': True,
'indexes': [],
},
bases=('tests.duck',),
),
Expand All @@ -1128,7 +1127,6 @@ class Migration(migrations.Migration):
],
options={
'proxy': True,
'indexes': [],
},
bases=('tests.duck',),
),
Expand Down

0 comments on commit 7fe7861

Please sign in to comment.