Section migration, again
This commit is contained in:
parent
db08dec0c5
commit
dcd7318204
1 changed files with 19 additions and 0 deletions
19
src/c3nav/mapdata/migrations/0062_auto_20170508_1400.py
Normal file
19
src/c3nav/mapdata/migrations/0062_auto_20170508_1400.py
Normal file
|
@ -0,0 +1,19 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.10.7 on 2017-05-08 14:00
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('mapdata', '0061_auto_20170507_0953'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='section',
|
||||
options={'ordering': ['altitude'], 'verbose_name': 'Section', 'verbose_name_plural': 'Sections'},
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue