mjumbewu / django-rest-framework-csv

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

Add labeled headers to CSVs with no data #58

Closed travisbloom closed 7 years ago

travisbloom commented 7 years ago

CSVs with no data should still use header labels. This change mirrors label behavior that occurs when there is data.

soby commented 7 years ago

+1, just noticed this as well

mjumbewu commented 7 years ago

Good catch!