Run isort/black on migrations
This commit is contained in:
parent
2e8aaf699f
commit
df26c50e12
10 changed files with 526 additions and 152 deletions
|
|
@ -6,13 +6,13 @@ from django.db import migrations, models
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('froide_govplan', '0010_governmentplanscmsplugin_extra_classes'),
|
||||
("froide_govplan", "0010_governmentplanscmsplugin_extra_classes"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='governmentplan',
|
||||
name='properties',
|
||||
model_name="governmentplan",
|
||||
name="properties",
|
||||
field=models.JSONField(blank=True, default=dict),
|
||||
),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue