mirror of
https://github.com/django/django.git
synced 2025-09-27 04:29:17 +00:00
Removed unused import
This commit is contained in:
parent
a7960bcb35
commit
0ff12c28d0
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ from django.db.models.constants import LOOKUP_SEP
|
||||||
from django.db.models.aggregates import refs_aggregate
|
from django.db.models.aggregates import refs_aggregate
|
||||||
from django.db.models.expressions import ExpressionNode
|
from django.db.models.expressions import ExpressionNode
|
||||||
from django.db.models.fields import FieldDoesNotExist
|
from django.db.models.fields import FieldDoesNotExist
|
||||||
from django.db.models.loading import get_model
|
|
||||||
from django.db.models.related import PathInfo
|
from django.db.models.related import PathInfo
|
||||||
from django.db.models.sql import aggregates as base_aggregates_module
|
from django.db.models.sql import aggregates as base_aggregates_module
|
||||||
from django.db.models.sql.constants import (QUERY_TERMS, ORDER_DIR, SINGLE,
|
from django.db.models.sql.constants import (QUERY_TERMS, ORDER_DIR, SINGLE,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue