gault-millau/apps/location/migrations/0011_country_language.py
Виктор Гладких 56c0927a52 Add country control
2019-10-10 14:58:19 +03:00

20 lines
483 B
Python

# Generated by Django 2.2.4 on 2019-10-10 11:34
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('translation', '0003_auto_20190901_1032'),
('location', '0010_auto_20190904_0711'),
]
operations = [
migrations.AddField(
model_name='country',
name='language',
field=models.ManyToManyField(to='translation.Language', verbose_name='Language'),
),
]