Changes between Version 1 and Version 2 of GeoDjangoModelAPI
- Timestamp:
- Jun 4, 2007, 11:26:20 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjangoModelAPI
v1 v2 36 36 == GeoMixin == 37 37 38 The [http://code.djangoproject.com/browser/django/branches/gis/django/contrib/gis/db/models/GeoMixin.py GeoMixin] is necessary for all geographic-enabled models. The mixin provides extra instance methods ( discussed in the database api docs) for geographic models without subclassing (aka ModelInheritance) -- which is not yet functional in Django.38 The [http://code.djangoproject.com/browser/django/branches/gis/django/contrib/gis/db/models/GeoMixin.py GeoMixin] is necessary for all geographic-enabled models. The mixin provides extra instance methods ([wiki:GeoDjangoDatabaseAPI#ExtraInstanceMethods discussed in the database api docs]) for geographic models without subclassing (aka ModelInheritance) -- which is not yet functional in Django. 39 39 40 40 == GeoManager ==