This commit is contained in:
2024-05-21 00:12:19 +02:00
parent 9e0466f78b
commit 963987278a
22 changed files with 1025 additions and 90 deletions

View File

@ -0,0 +1,19 @@
# Generated by Django 5.0.6 on 2024-05-20 21:21
import wagtail.fields
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('news', '0001_initial'),
]
operations = [
migrations.AlterField(
model_name='newsindex',
name='lead',
field=wagtail.fields.RichTextField(blank=True),
),
]