reorder 0017_auto_20180327_1631 to be after the other 0017
The migration 0017_remove_icon_class_image_secondary_fields was in conflict with 0017_auto_20180327_1631, so we bump the latter to 0018.
This commit is contained in:
@@ -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 = [
|
||||
Reference in New Issue
Block a user