Changes between Version 1 and Version 2 of GeoDjangoModelAPI


Ignore:
Timestamp:
Jun 4, 2007, 11:26:20 PM (17 years ago)
Author:
jbronn
Comment:

added link to db api docs

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjangoModelAPI

    v1 v2  
    3636== GeoMixin ==
    3737
    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.
     38The [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.
    3939
    4040== GeoManager ==
Back to Top