django-commons / drf-excel

An XLSX spreadsheet renderer for Django REST Framework.
BSD 3-Clause "New" or "Revised" License
217 stars 40 forks source link

converting values to str during flattening #22

Closed mast22 closed 4 years ago

mast22 commented 4 years ago

join cannot be used with non string values

hodossy commented 4 years ago

I've just stumbled upon this exact same problem, when could it be merged?

FlipperPA commented 4 years ago

My apologies, I've been swamped and a bad maintainer lately. Merging. I'll get a new release out shortly.

hodossy commented 4 years ago

Wow, that was fast! Many thanks for the PR and the release! Kudos to @mast22!