missing unimportant migration
This commit is contained in:
parent
1e6e61e4b5
commit
0ce6ca9202
1 changed files with 25 additions and 0 deletions
25
src/c3nav/mapdata/migrations/0039_auto_20171024_2011.py
Normal file
25
src/c3nav/mapdata/migrations/0039_auto_20171024_2011.py
Normal file
|
@ -0,0 +1,25 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.6 on 2017-10-24 20:11
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.conf import settings
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||||
('mapdata', '0038_level_render_data'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='altitudearea',
|
||||
options={'ordering': ('altitude',), 'verbose_name': 'Altitude Area', 'verbose_name_plural': 'Altitude Areas'},
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name='level',
|
||||
options={'base_manager_name': 'objects', 'ordering': ['base_altitude'], 'verbose_name': 'Level', 'verbose_name_plural': 'Levels'},
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue