nord
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

0014_auto_20210324_1553.py
text/x-python

Download raw (413 bytes)

# Generated by Django 3.1.2 on 2021-03-24 15:53

from django.db import migrations
import wagtail.core.fields


class Migration(migrations.Migration):

    dependencies = [
        ('projects', '0013_auto_20210324_1543'),
    ]

    operations = [
        migrations.AlterField(
            model_name='projectpage',
            name='body',
            field=wagtail.core.fields.StreamField([]),
        ),
    ]