mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 09:58:06 +00:00
models: Extract zerver.models.groups.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Alex Vandiver
parent
ee85ac5433
commit
a8b5a99281
@@ -13,11 +13,11 @@ from zerver.models import (
|
||||
Recipient,
|
||||
Stream,
|
||||
Subscription,
|
||||
SystemGroups,
|
||||
UserGroup,
|
||||
UserGroupMembership,
|
||||
UserProfile,
|
||||
)
|
||||
from zerver.models.groups import SystemGroups
|
||||
|
||||
|
||||
def bulk_create_users(
|
||||
|
||||
Reference in New Issue
Block a user