Run black over entire codebase
This commit is contained in:
@ -8,14 +8,14 @@ import django_extensions.db.fields
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('map', '0006_auto_20171007_1349'),
|
||||
]
|
||||
dependencies = [("map", "0006_auto_20171007_1349")]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='casestudy',
|
||||
name='slug',
|
||||
field=django_extensions.db.fields.AutoSlugField(blank=True, editable=False, populate_from=['entry_name']),
|
||||
),
|
||||
model_name="casestudy",
|
||||
name="slug",
|
||||
field=django_extensions.db.fields.AutoSlugField(
|
||||
blank=True, editable=False, populate_from=["entry_name"]
|
||||
),
|
||||
)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user