mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
Replace bytes by strings in zilencer/migrations.
This commit is contained in:
committed by
Tim Abbott
parent
e4b32905bf
commit
90f306421f
@@ -19,7 +19,7 @@ class Migration(migrations.Migration):
|
||||
('api_key', models.CharField(max_length=32, null=True)),
|
||||
('base_api_url', models.CharField(max_length=128)),
|
||||
('base_site_url', models.CharField(max_length=128)),
|
||||
('realms', models.ManyToManyField(related_name=b'_deployments', to='zerver.Realm')),
|
||||
('realms', models.ManyToManyField(related_name='_deployments', to='zerver.Realm')),
|
||||
],
|
||||
options={
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user