You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
pokercc/news/migrations/0011_auto_20191017_1415.py

18 lines
393 B

# Generated by Django 2.2.5 on 2019-10-17 14:15
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('news', '0010_auto_20191010_0945'),
]
operations = [
migrations.AlterField(
model_name='post',
name='body',
field=models.CharField(max_length=10000, null=True),
),
]