10112/mountain-range-form-change #4

Merged
mravi merged 14 commits from 10112/mountain-range-form-change into master 2022-01-17 18:21:11 +00:00
1 changed files with 18 additions and 0 deletions
Showing only changes of commit f02ea9e2ea - Show all commits

View File

@ -0,0 +1,18 @@
# Generated by Django 4.0.1 on 2022-01-13 04:37
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('app', '0053_alter_mountainrange_select_300'),
]
operations = [
migrations.AlterField(
model_name='mountainrange',
name='gmba_narrow',
field=models.BooleanField(default=False, verbose_name='GMBA Standard'),
),
]