Fix migration name/ordering

This commit is contained in:
Wayne Witzel III 2018-04-23 10:35:44 -04:00
parent f1b37ff53a
commit 765ad07d9e
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@
import copy
import json
import logging
import operator
import re
import six
import urllib

View File

@ -10,7 +10,8 @@ from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('main', '0034_v330_more_oauth2_help_text'),
('main', '0035_v330_more_oauth2_help_text'),
]
operations = [