Changes between Version 79 and Version 80 of GeoDjango
- Timestamp:
- Jun 4, 2007, 12:59:37 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjango
v79 v80 85 85 }}} 86 86 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)}}}.87 '''Notes''': The {{{GeoMixin}}} class allows for [wiki: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 ==