1
0
mirror of https://github.com/django/django.git synced 2025-02-08 08:26:13 +00:00

Forgot to remove import of defunct GeoMixin.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10275 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Justin Bronn 2009-03-31 17:19:03 +00:00
parent 131de1cf2b
commit 449a83ba2e

View File

@ -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