mirror of
https://github.com/django/django.git
synced 2025-07-21 10:09:14 +00:00
[3.0.x] Refs #31097 -- Added django.db.models.Q import to contrib.postgres aggregates tests.
This commit is contained in:
parent
69c6891140
commit
5b6778b8b9
@ -1,6 +1,6 @@
|
|||||||
import json
|
import json
|
||||||
|
|
||||||
from django.db.models import CharField
|
from django.db.models import CharField, Q
|
||||||
from django.db.models.expressions import F, OuterRef, Subquery, Value
|
from django.db.models.expressions import F, OuterRef, Subquery, Value
|
||||||
from django.db.models.functions import Cast, Concat, Substr
|
from django.db.models.functions import Cast, Concat, Substr
|
||||||
from django.test.utils import Approximate
|
from django.test.utils import Approximate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user