You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
723 B
21 lines
723 B
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.9.2 on 2016-06-09 23:51
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('management', '0039_auto_20160609_2351'),
|
|
('finance', '0026_servicerequest__type'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='price',
|
|
name='modals',
|
|
field=models.ManyToManyField(blank=True, null=True, to='management.Modals', verbose_name='\u041c\u043e\u0434\u0430\u043b\u044c\u043d\u044b\u0435 \u043e\u043a\u043d\u0430 \u043f\u0440\u0438 \u0437\u0430\u043a\u0440\u044b\u0442\u0438\u0438'),
|
|
),
|
|
]
|
|
|