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/0012_auto_20191017_1431.py

23 lines
556 B

# Generated by Django 2.2.5 on 2019-10-17 14:31
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('news', '0011_auto_20191017_1415'),
]
operations = [
migrations.AlterField(
model_name='post',
name='image_url',
field=models.CharField(max_length=100, null=True),
),
migrations.AlterField(
model_name='post',
name='url',
field=models.CharField(max_length=200, null=True),
),
]