Add migration
This commit is contained in:
parent
1e0201b950
commit
943dce90c7
19
apps/location/migrations/0027_auto_20191118_1313.py
Normal file
19
apps/location/migrations/0027_auto_20191118_1313.py
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Generated by Django 2.2.7 on 2019-11-18 13:13
|
||||
|
||||
from django.db import migrations, models
|
||||
import django.db.models.deletion
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('location', '0026_country_is_active'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='winesubregion',
|
||||
name='wine_region',
|
||||
field=models.ForeignKey(on_delete=django.db.models.deletion.PROTECT, related_name='wine_sub_region', to='location.WineRegion', verbose_name='wine sub region'),
|
||||
),
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user