mjumbewu / django-rest-framework-csv

CSV Tools for Django REST Framework
BSD 2-Clause "Simplified" License
364 stars 89 forks source link

when a file is downloaded by any browser on Windows the file has no format , how do I solve #52

Closed lucaslamounier closed 8 years ago

lucaslamounier commented 8 years ago

I use the api rest to perform data download : http://localhost:8000/api/estatisticas/subcategorias/?format=csv&uf=&categoria=&subcategoria=&ano=2016 but when the user downloads the file browser for the Windows file comes without the .csv extension

mjumbewu commented 8 years ago

Similar issue to #56. See response there.