gault-millau/apps/news/migrations/0020_merge_20190930_1251.py
2019-10-02 10:16:32 +03:00

15 lines
254 B
Python

# Generated by Django 2.2.4 on 2019-09-30 12:51
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('news', '0019_news_author'),
('news', '0016_news_gallery'),
]
operations = [
]