gault-millau/apps/main/migrations/0020_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
264 B
Python

# Generated by Django 2.2.4 on 2019-10-25 04:23
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('main', '0019_auto_20191022_1359'),
('main', '0019_award_image_url'),
]
operations = [
]