Opened 7 years ago

Closed 7 years ago

#28495 closed Bug (fixed)

GDAL Feature.fields should be a list of strs rather than bytestrings

Reported by: Claude Paroz Owned by: nobody
Component: GIS Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description (last modified by Tim Graham)

django.contrib.gis.gdal.Feature.fields returns a list of bytestrings rather than a list of strs`.

Change History (3)

comment:1 by Claude Paroz, 7 years ago

Has patch: set

comment:2 by Tim Graham, 7 years ago

Description: modified (diff)
Summary: GDAL Feature fields are not converted to stringsGDAL Feature.fields should be a list of strs rather than bytestrings
Triage Stage: AcceptedReady for checkin

comment:3 by Claude Paroz <claude@…>, 7 years ago

Resolution: fixed
Status: newclosed

In 546412e:

Fixed #28495 -- Converted GDAL Feature.fields to strings

Note: See TracTickets for help on using tickets.
Back to Top