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', '0007_auto_20220314_1422'),
|
||||
("froide_govplan", "0007_auto_20220314_1422"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='governmentplan',
|
||||
name='proposals',
|
||||
model_name="governmentplan",
|
||||
name="proposals",
|
||||
field=models.JSONField(blank=True, null=True),
|
||||
),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue