Migration

This commit is contained in:
Tris 2021-03-22 11:55:00 +11:00
parent 12beebd486
commit f50fe11ced

View File

@ -0,0 +1,18 @@
# Generated by Django 3.1.1 on 2021-03-22 00:54
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('interface', '0026_auto_20210313_0926'),
]
operations = [
migrations.AlterField(
model_name='wikipage',
name='title',
field=models.CharField(max_length=255),
),
]