Django

Code

Changeset 7880

Show
Ignore:
Timestamp:
07/10/08 15:33:59 (4 months ago)
Author:
jbronn
Message:

gis: Fixed #7705; forgot to import get_field_name from the ctypes prototypes. Thanks, Denis.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/gis/django/contrib/gis/gdal/feature.py

    r6707 r7880  
    99    destroy_feature, feature_equal, get_fd_geom_type, get_feat_geom_ref, \ 
    1010    get_feat_name, get_feat_field_count, get_fid, get_field_defn, \ 
    11     get_field_index 
     11    get_field_index, get_field_name 
    1212from django.contrib.gis.gdal.prototypes.geom import clone_geom, get_geom_srs 
    1313from django.contrib.gis.gdal.prototypes.srs import clone_srs