mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +00:00
This ancient migration imports boto, which interferes with our upgrade to boto3. > git name-reva32f666f5ca32f666f5ctags/1.6.0~2384 We can safely assume nobody is running servers on <1.6.0; there are no supported platforms in common with 1.6.0 anyway.
9 lines
196 B
Python
9 lines
196 B
Python
# Generated by Django 1.10.5 on 2017-02-27 17:03
|
|
from django.db import migrations
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('zerver', '0059_userprofile_quota'),
|
|
]
|