Changes between Version 78 and Version 79 of GeoDjango


Ignore:
Timestamp:
Jun 4, 2007, 12:58:56 PM (17 years ago)
Author:
Manuel Saelices <msaelices@…>
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjango

    v78 v79  
    8585}}}
    8686
    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)}}}.
    8888
    8989== Using syncdb ==
Back to Top