mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 16:01:58 +00:00
python: Import F, Q, QuerySet from their canonical module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
aa577a554b
commit
d3efd4c095
@@ -1,8 +1,7 @@
|
||||
from typing import Collection, List, Optional, Set, Tuple, TypedDict, Union
|
||||
|
||||
from django.db import transaction
|
||||
from django.db.models import Exists, OuterRef, Q
|
||||
from django.db.models.query import QuerySet
|
||||
from django.db.models import Exists, OuterRef, Q, QuerySet
|
||||
from django.utils.timezone import now as timezone_now
|
||||
from django.utils.translation import gettext as _
|
||||
|
||||
|
||||
Reference in New Issue
Block a user