Amend PR #336: fix migration file syntax for Django 1.10

fix_request_path_info
Diederik van der Boor 2018-01-15 15:08:07 +01:00
parent 38a91a8622
commit 7fe7861f45
1 changed files with 0 additions and 2 deletions

View File

@ -1118,7 +1118,6 @@ class Migration(migrations.Migration):
],
options={
'proxy': True,
'indexes': [],
},
bases=('tests.duck',),
),
@ -1128,7 +1127,6 @@ class Migration(migrations.Migration):
],
options={
'proxy': True,
'indexes': [],
},
bases=('tests.duck',),
),