Closed willtho89 closed 5 years ago
This looks good to me, thanks for the contribution. I'll be looking at the other PR shortly!
Both PRs have been merged and released as 0.3.4: https://pypi.org/project/drf-renderer-xlsx/0.3.4/
Thanks for the contribution, @willtho89!
this is basically a workaround if someone uses nested fields (e.g.
HyperlinkWrapperField()
) and doesn't want to use a different serializer for xlsx export.This fix prevents a
TypeError
onitems.append((new_key, list_sep.join(v)))