Changes between Version 79 and Version 80 of GeoDjango


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

URL correction

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjango

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