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 )
django.contrib.gis.gdal.Feature.fields
returns a list of bytestrings rather than a list of str
s`.
Change History (3)
comment:1 by , 7 years ago
Has patch: | set |
---|
comment:2 by , 7 years ago
Description: | modified (diff) |
---|---|
Summary: | GDAL Feature fields are not converted to strings → GDAL Feature.fields should be a list of strs rather than bytestrings |
Triage Stage: | Accepted → Ready for checkin |
Note:
See TracTickets
for help on using tickets.
PR