1
0
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:
Mariusz Felisiak 2020-01-17 09:09:31 +01:00
parent 69c6891140
commit 5b6778b8b9

View File

@ -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