Skip to content
Snippets Groups Projects
Commit 20c5c45b authored by Ondrej Rehounek's avatar Ondrej Rehounek
Browse files

district: Person page - WIP

parent 4dd83685
No related branches found
No related tags found
2 merge requests!418Release,!414district and region modules
Pipeline #6106 passed
# Generated by Django 3.2.8 on 2021-11-17 09:23
import wagtail.core.fields
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("district", "0009_auto_20211117_0906"),
]
operations = [
migrations.RemoveField(
model_name="districtpersonpage",
name="groups",
),
migrations.AddField(
model_name="districtpersonpage",
name="text",
field=wagtail.core.fields.RichTextField(blank=True, verbose_name="text"),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment