Author: jbronn
Date: 2008-07-10 15:33:59 -0500 (Thu, 10 Jul 2008)
New Revision: 7880

Modified:
   django/branches/gis/django/contrib/gis/gdal/feature.py
Log:
gis: Fixed #7705; forgot to import `get_field_name` from the ctypes prototypes. 
 Thanks, Denis.


Modified: django/branches/gis/django/contrib/gis/gdal/feature.py
===================================================================
--- django/branches/gis/django/contrib/gis/gdal/feature.py      2008-07-10 
20:28:12 UTC (rev 7879)
+++ django/branches/gis/django/contrib/gis/gdal/feature.py      2008-07-10 
20:33:59 UTC (rev 7880)
@@ -8,7 +8,7 @@
 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
 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to