Fixes: 1) Add missing import for Exists in django.db.models.
This commit is contained in:
parent
61561b4a80
commit
5eccfd8e9e
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import logging
|
|||
import uuid
|
||||
|
||||
from django.core.exceptions import BadRequest
|
||||
from django.db.models import Avg, FloatField, OuterRef, Q, Subquery, Value
|
||||
from django.db.models import Avg, Exists, FloatField, OuterRef, Q, Subquery, Value
|
||||
from django.db.models.functions import Coalesce
|
||||
from django.utils.http import urlsafe_base64_decode
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
|
|
|
|||
Loading…
Reference in a new issue