Skip to content
Snippets Groups Projects
Commit 6e94c950 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

run hooks

parent bebbb901
No related branches found
No related tags found
2 merge requests!899Release,!889Add descriptions to candidates
Pipeline #16325 passed
# Generated by Django 4.1.10 on 2024-01-18 11:26
from django.db import migrations
import wagtail.fields
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('elections', '0010_alter_electionshomepage_content'),
("elections", "0010_alter_electionshomepage_content"),
]
operations = [
migrations.AddField(
model_name='electionscandidatepage',
name='description',
field=wagtail.fields.RichTextField(blank=True, null=True, verbose_name='Popis'),
model_name="electionscandidatepage",
name="description",
field=wagtail.fields.RichTextField(
blank=True, null=True, verbose_name="Popis"
),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment