mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Simplified imports from django.db and django.contrib.gis.db.
This commit is contained in:
parent
469bf2db15
commit
335c9c94ac
113 changed files with 382 additions and 450 deletions
|
@ -1,7 +1,6 @@
|
|||
import json
|
||||
|
||||
from django.db.models import CharField, Q
|
||||
from django.db.models.expressions import F, OuterRef, Subquery, Value
|
||||
from django.db.models import CharField, F, OuterRef, Q, Subquery, Value
|
||||
from django.db.models.functions import Cast, Concat, Substr
|
||||
from django.test.utils import Approximate
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue