Changes between Version 103 and Version 104 of GeoDjango


Ignore:
Timestamp:
Dec 5, 2007, 7:09:29 PM (17 years ago)
Author:
jbronn
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjango

    v103 v104  
    116116}}}
    117117
    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)}}}.
    119119
    120120=== Using syncdb ===
Back to Top