gault-millau/apps/news/migrations/0025_merge_20191023_1317.py
2019-10-23 17:05:37 +03:00

16 lines
314 B
Python

# Generated by Django 2.2.4 on 2019-10-23 13:17
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('news', '0024_newsgallery_is_main'),
('news', '0023_auto_20191023_0903'),
('news', '0022_merge_20191015_0912'),
]
operations = [
]