Changes between Version 78 and Version 79 of GeoDjango
- Timestamp:
- Jun 4, 2007, 12:58:56 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjango
v78 v79 85 85 }}} 86 86 87 '''Notes''': The {{{GeoMixin}}} class allows for [GeoDjango #ExtraInstanceMethods extra instance methods]. By default, a GiST index will be created for the School {{{PointField}}}s fields. This behavior can be turned off by using {{{models.PointField(index=False)}}}.87 '''Notes''': The {{{GeoMixin}}} class allows for [GeoDjangoDatabaseAPI#ExtraInstanceMethods extra instance methods]. By default, a GiST index will be created for the School {{{PointField}}}s fields. This behavior can be turned off by using {{{models.PointField(index=False)}}}. 88 88 89 89 == Using syncdb ==