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.
20 lines
603 B
20 lines
603 B
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.9.2 on 2016-06-08 17:05
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('management', '0027_remove_modals_date'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='modalstack',
|
|
name='f_date',
|
|
field=models.DateTimeField(blank=True, null=True, verbose_name='\u0414\u0430\u0442\u0430 \u043e\u0441\u0432\u043e\u0431\u043e\u0436\u0434\u0435\u043d\u0438\u044f'),
|
|
),
|
|
]
|
|
|