Merge pull request #17832 from edx/pwnage101/reorder-third_party_auth-0017

reorder 0017_auto_20180327_1631 to be after the other 0017
This commit is contained in:
Troy Sankey
2018-03-29 14:44:28 -04:00
committed by GitHub

View File

@@ -7,7 +7,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('third_party_auth', '0016_auto_20180130_0938'),
('third_party_auth', '0017_remove_icon_class_image_secondary_fields'),
]
operations = [