From 314d19db6640cf66aad9bea34b3ee4b862f70e25 Mon Sep 17 00:00:00 2001 From: Justin Bronn Date: Thu, 10 Jul 2008 20:33:59 +0000 Subject: [PATCH] gis: Fixed #7705; forgot to import `get_field_name` from the ctypes prototypes. Thanks, Denis. git-svn-id: http://code.djangoproject.com/svn/django/branches/gis@7880 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/gis/gdal/feature.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/contrib/gis/gdal/feature.py b/django/contrib/gis/gdal/feature.py index 147564aed8..bc3857f606 100644 --- a/django/contrib/gis/gdal/feature.py +++ b/django/contrib/gis/gdal/feature.py @@ -8,7 +8,7 @@ from django.contrib.gis.gdal.srs import SpatialReference from django.contrib.gis.gdal.prototypes.ds import \ destroy_feature, feature_equal, get_fd_geom_type, get_feat_geom_ref, \ get_feat_name, get_feat_field_count, get_fid, get_field_defn, \ - get_field_index + get_field_index, get_field_name from django.contrib.gis.gdal.prototypes.geom import clone_geom, get_geom_srs from django.contrib.gis.gdal.prototypes.srs import clone_srs