Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed #10836 -- Forgot to move import to to where module. Thanks, s…
…eanl for ticket & patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10572 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jbronn committed Apr 16, 2009
1 parent 9103a9b commit 4eaf415
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion django/contrib/gis/db/models/sql/query.py
@@ -1,6 +1,5 @@
from itertools import izip
from django.db.models.query import sql
from django.db.models.fields import FieldDoesNotExist
from django.db.models.fields.related import ForeignKey

from django.contrib.gis.db.backend import SpatialBackend
Expand Down
2 changes: 1 addition & 1 deletion django/contrib/gis/db/models/sql/where.py
@@ -1,5 +1,5 @@
from django.db import connection
from django.db.models.fields import Field
from django.db.models.fields import Field, FieldDoesNotExist
from django.db.models.sql.constants import LOOKUP_SEP
from django.db.models.sql.expressions import SQLEvaluator
from django.db.models.sql.where import WhereNode
Expand Down

0 comments on commit 4eaf415

Please sign in to comment.