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.
25 lines
824 B
25 lines
824 B
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.9.2 on 2016-06-09 14:29
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('management', '0030_auto_20160608_1841'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='modalstack',
|
|
name='closes',
|
|
field=models.IntegerField(blank=True, default=0, null=True, verbose_name='\u0417\u0430\u043a\u0440\u044b\u0442\u0438\u0439'),
|
|
),
|
|
migrations.AlterField(
|
|
model_name='modalstack',
|
|
name='views',
|
|
field=models.IntegerField(blank=True, default=0, null=True, verbose_name='\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u043e\u0432'),
|
|
),
|
|
]
|
|
|