Files
zulip/zilencer/migrations/0004_remove_deployment_model.py
rht b2ad8fd747 py3: Remove all from __future__ import unicode_literals.
This was mostly used in migrations, so it's a pretty safe change.
2017-10-17 23:07:42 -07:00

21 lines
465 B
Python

# -*- coding: utf-8 -*-
# Generated by Django 1.11.5 on 2017-10-12 06:27
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('zilencer', '0003_add_default_for_remotezulipserver_last_updated_field'),
]
operations = [
migrations.RemoveField(
model_name='deployment',
name='realms',
),
migrations.DeleteModel(
name='Deployment',
),
]