gault-millau/apps/news/migrations/0016_remove_news_author.py
Виктор Гладких ae87a51277 Author
2019-09-27 17:10:08 +03:00

18 lines
323 B
Python

# Generated by Django 2.2.4 on 2019-09-27 13:49
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('news', '0015_auto_20190927_0853'),
]
operations = [
migrations.RemoveField(
model_name='news',
name='author',
),
]