1
0
mirror of https://github.com/django/django.git synced 2025-01-26 10:09:42 +00:00

Removed unused import

This commit is contained in:
Anssi Kääriäinen 2013-03-21 00:49:27 +02:00
parent a7960bcb35
commit 0ff12c28d0

View File

@ -18,7 +18,6 @@ from django.db.models.constants import LOOKUP_SEP
from django.db.models.aggregates import refs_aggregate
from django.db.models.expressions import ExpressionNode
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.sql import aggregates as base_aggregates_module
from django.db.models.sql.constants import (QUERY_TERMS, ORDER_DIR, SINGLE,