mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
13 lines
269 B
Python
13 lines
269 B
Python
# Generated by Django 3.2.7 on 2021-10-04 17:49
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("zerver", "0358_split_create_stream_policy"),
|
|
("zerver", "0359_re2_linkifiers"),
|
|
]
|
|
|
|
operations = []
|