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.
18 lines
434 B
18 lines
434 B
# Generated by Django 2.0.7 on 2018-07-07 08:30
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('content', '0020_auto_20180424_1607'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='content',
|
|
name='title',
|
|
field=models.CharField(default='', max_length=300, verbose_name='Заголовок'),
|
|
),
|
|
]
|
|
|