Run black over entire codebase
This commit is contained in:
@ -7,14 +7,16 @@ from django.db import migrations, models
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('map', '0041_auto_20180328_0616'),
|
||||
]
|
||||
dependencies = [("map", "0041_auto_20180328_0616")]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='casestudy',
|
||||
name='shown_on_other_platforms',
|
||||
field=models.BooleanField(default=True, help_text='Tick the box if you would like us to show this case study on other social media platforms', verbose_name='Show on other platforms?'),
|
||||
),
|
||||
model_name="casestudy",
|
||||
name="shown_on_other_platforms",
|
||||
field=models.BooleanField(
|
||||
default=True,
|
||||
help_text="Tick the box if you would like us to show this case study on other social media platforms",
|
||||
verbose_name="Show on other platforms?",
|
||||
),
|
||||
)
|
||||
]
|
||||
|
Reference in New Issue
Block a user