mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 19:06:09 +00:00
models: Extract zerver.models.constants.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Alex Vandiver
parent
f78d8e13c1
commit
c1c9db59cd
@@ -68,7 +68,6 @@ from zerver.lib.users import (
|
||||
max_message_id_for_user,
|
||||
)
|
||||
from zerver.models import (
|
||||
MAX_TOPIC_NAME_LENGTH,
|
||||
Client,
|
||||
CustomProfileField,
|
||||
Draft,
|
||||
@@ -87,6 +86,7 @@ from zerver.models import (
|
||||
get_realm_playgrounds,
|
||||
linkifiers_for_realm,
|
||||
)
|
||||
from zerver.models.constants import MAX_TOPIC_NAME_LENGTH
|
||||
from zerver.tornado.django_api import get_user_events, request_event_queue
|
||||
from zproject.backends import email_auth_enabled, password_auth_enabled
|
||||
|
||||
|
||||
Reference in New Issue
Block a user