Changeset 512:dc41fe9d5ccd

Show
Ignore:
Timestamp:
10/12/09 21:59:52 (5 months ago)
Author:
Andrew Godwin <andrew@…>
Branch:
default
Message:

Fix #265 - Wrong introspection rule for GeoDjango? 1.0

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • south/introspection_plugins/geodjango.py

    r494 r512  
    3535                { 
    3636                    "srid": ["_srid", {"default": 4326}], 
    37                     "spatial_index": ["_spatial_index", {"default": True}], 
     37                    "spatial_index": ["_index", {"default": True}], 
    3838                    "dim": ["_dim", {"default": 2}], 
    3939                },