Changes between Version 103 and Version 104 of GeoDjango
- Timestamp:
- Dec 5, 2007, 7:09:29 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjango
v103 v104 116 116 }}} 117 117 118 '''Notes''': The {{{GeoMixin}}} syntax is no longer needed as of r6467. 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)}}}.118 '''Notes''': The {{{GeoMixin}}} syntax is no longer needed as of r6467. By default, a GiST index will be created for the School {{{PointField}}}s fields. This behavior can be turned off by using {{{models.PointField(spatial_index=False)}}}. 119 119 120 120 === Using syncdb ===