gault-millau/apps/account/migrations/0012_merge_20191015_0708.py
Виктор Гладких ff7df815f4 Fix country_id
2019-10-15 15:20:44 +03:00

15 lines
275 B
Python

# Generated by Django 2.2.4 on 2019-10-15 07:08
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('account', '0011_merge_20191014_0839'),
('account', '0011_merge_20191014_1258'),
]
operations = [
]