gault-millau/apps/account/migrations/0028_merge_20191217_1127.py
Виктор Гладких 41670729d5 Fix
2019-12-17 14:29:20 +03:00

15 lines
273 B
Python

# Generated by Django 2.2.7 on 2019-12-17 11:27
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('account', '0027_auto_20191211_1444'),
('account', '0026_auto_20191210_1553'),
]
operations = [
]