Replacing lines 92-96 in layermapping.py with
if isinstance(data[0], six.string_types):
self.ds = DataSource(data[0], encoding=encoding)
else:
self.ds = data
self.layer = self.ds[layer]
worked for me.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/830f38e1-41ad-48c1-bd7f-f1c8787e097d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.