This commit is contained in:
Виктор Гладких 2019-09-27 17:34:13 +03:00
parent 49ab0a5843
commit 4f3c804251

View File

@ -0,0 +1,14 @@
# Generated by Django 2.2.4 on 2019-09-27 14:32
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('news', '0017_auto_20190927_1403'),
('news', '0016_remove_news_author'),
]
operations = [
]