gault-millau/apps/news/migrations/0018_merge_20190927_1432.py
Виктор Гладких 4f3c804251 Fix
2019-09-27 17:34:13 +03:00

15 lines
267 B
Python

# 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 = [
]