mod: Тизер обязателен!
This commit is contained in:
18
etpgrf_site/blog/migrations/0003_alter_post_excerpt.py
Normal file
18
etpgrf_site/blog/migrations/0003_alter_post_excerpt.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 6.0.1 on 2026-01-30 16:47
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('blog', '0002_alter_post_is_published_alter_post_post_type_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='post',
|
||||
name='excerpt',
|
||||
field=models.TextField(help_text='Отображается в списке постов. Если оставить пустым, будет взято начало контента.', verbose_name='Краткое описание (тизер)'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user