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:
parent
131de1cf2b
commit
449a83ba2e
|
@ -12,6 +12,3 @@ from django.contrib.gis.db.models.fields import \
|
||||||
GeometryField, PointField, LineStringField, PolygonField, \
|
GeometryField, PointField, LineStringField, PolygonField, \
|
||||||
MultiPointField, MultiLineStringField, MultiPolygonField, \
|
MultiPointField, MultiLineStringField, MultiPolygonField, \
|
||||||
GeometryCollectionField
|
GeometryCollectionField
|
||||||
|
|
||||||
# The geographic mixin class.
|
|
||||||
from mixin import GeoMixin
|
|
||||||
|
|
Loading…
Reference in New Issue