Author: jbronn Date: 2009-03-31 12:19:03 -0500 (Tue, 31 Mar 2009) New Revision: 10275
Modified: django/trunk/django/contrib/gis/db/models/__init__.py Log: Forgot to remove import of defunct `GeoMixin`. Modified: django/trunk/django/contrib/gis/db/models/__init__.py =================================================================== --- django/trunk/django/contrib/gis/db/models/__init__.py 2009-03-31 17:14:48 UTC (rev 10274) +++ django/trunk/django/contrib/gis/db/models/__init__.py 2009-03-31 17:19:03 UTC (rev 10275) @@ -12,6 +12,3 @@ GeometryField, PointField, LineStringField, PolygonField, \ MultiPointField, MultiLineStringField, MultiPolygonField, \ GeometryCollectionField - -# The geographic mixin class. -from mixin import GeoMixin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---