mirror of https://github.com/zulip/zulip.git
21 lines
462 B
Python
21 lines
462 B
Python
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.11.6 on 2018-02-28 17:38
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('zerver', '0140_realm_send_welcome_emails'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='usergroup',
|
|
name='description',
|
|
field=models.TextField(default=''),
|
|
),
|
|
]
|