gault-millau/apps/location/migrations/0031_auto_20191117_1750.py
littlewolf 180daeca0c Add ruby data getter
Add ruby files write
Add models migrations
REMOVE UNIQUE FROM location.country.code
Add function to save correct original objects from old database
2019-11-18 06:37:30 +03:00

20 lines
524 B
Python

# Generated by Django 2.2.7 on 2019-11-17 17:50
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('location', '0030_auto_20191116_1151'),
]
operations = [
migrations.AlterField(
model_name='city',
name='region',
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, to='location.Region', verbose_name='parent region'),
),
]