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

bugfix:Fix the problem that non-English file names cannot be downloaded #63

Closed moyechen closed 2 years ago

moyechen commented 2 years ago

Use django's own escape_uri_path to fix the problem of Chinese filenames not being downloaded

使用django自带的escape_uri_path修复中文文件名无法下载的问题

FlipperPA commented 2 years ago

Thank you! This has been published to PyPI at 2.2.0:

https://github.com/wharton/drf-excel/releases/tag/2.2.0

https://pypi.org/project/drf-excel/2.2.0/