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.
32 lines
1.3 KiB
32 lines
1.3 KiB
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.9.2 on 2016-05-23 14:23
|
|
from __future__ import unicode_literals
|
|
|
|
import datetime
|
|
from django.db import migrations, models
|
|
import redactor.fields
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('service', '0003_auto_20160523_1420'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='mailbox',
|
|
name='result',
|
|
field=redactor.fields.RedactorField(blank=True, default='', verbose_name='\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043f\u0438\u0441\u044c\u043c\u0430'),
|
|
),
|
|
migrations.AlterField(
|
|
model_name='mailbox',
|
|
name='text',
|
|
field=redactor.fields.RedactorField(editable=False, verbose_name='\u0422\u0435\u043a\u0441\u0442 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438'),
|
|
),
|
|
migrations.AlterField(
|
|
model_name='sms',
|
|
name='date',
|
|
field=models.DateTimeField(default=datetime.datetime(2016, 5, 23, 14, 23, 52, 583897), help_text='\u041d\u0435 \u0434\u0430\u043b\u044c\u0448\u0435 7\u043c\u0438 \u0434\u043d\u0435\u0439', verbose_name='\u0414\u0430\u0442\u0430 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438'),
|
|
),
|
|
]
|
|
|