gault-millau/apps/account/migrations/0012_merge_20191015_0912.py
2019-10-15 12:23:13 +03:00

15 lines
275 B
Python

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