Commit 449a83ba authored by Justin Bronn's avatar Justin Bronn
Browse files

Forgot to remove import of defunct `GeoMixin`.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@10275 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 131de1cf
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -12,6 +12,3 @@ from django.contrib.gis.db.models.fields import \
     GeometryField, PointField, LineStringField, PolygonField, \
     MultiPointField, MultiLineStringField, MultiPolygonField, \
     GeometryCollectionField

# The geographic mixin class.
from mixin import GeoMixin