mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
models: Extract zerver.models.constants.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
e601d0ae7c
commit
37a9c4501f
@@ -47,7 +47,6 @@ from zerver.lib.test_helpers import (
|
||||
)
|
||||
from zerver.lib.timestamp import datetime_to_timestamp
|
||||
from zerver.models import (
|
||||
MAX_TOPIC_NAME_LENGTH,
|
||||
Message,
|
||||
Realm,
|
||||
RealmDomain,
|
||||
@@ -64,6 +63,7 @@ from zerver.models import (
|
||||
get_system_bot,
|
||||
get_user,
|
||||
)
|
||||
from zerver.models.constants import MAX_TOPIC_NAME_LENGTH
|
||||
from zerver.views.message_send import InvalidMirrorInputError
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user