gault-millau/apps/news/migrations/0023_merge_20191025_0423.py
littlewolf 95b5d4ad99 Merge branch 'develop' into migrate-location-app
# Conflicts:
#	apps/gallery/models.py
#	requirements/base.txt
2019-10-25 09:54:03 +03:00

15 lines
267 B
Python

# Generated by Django 2.2.4 on 2019-10-25 04:23
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('news', '0021_auto_20191021_1120'),
('news', '0022_auto_20191021_1306'),
]
operations = [
]