mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +00:00
models: Extract zerver.models.custom_profile_fields.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Alex Vandiver
parent
4621ca76fc
commit
df111bc35a
@@ -109,8 +109,8 @@ from zerver.models import (
|
||||
UserGroup,
|
||||
UserGroupMembership,
|
||||
UserProfile,
|
||||
custom_profile_fields_for_realm,
|
||||
)
|
||||
from zerver.models.custom_profile_fields import custom_profile_fields_for_realm
|
||||
from zerver.models.realms import (
|
||||
DisposableEmailError,
|
||||
DomainNotAllowedForRealmError,
|
||||
|
||||
Reference in New Issue
Block a user