django-rest-framework-csv
django-rest-framework-csv copied to clipboard
The fields in the CSV file are not the same as those defined in my serializer
I want to use the CSVRenderer on a ModelViewSet. However, I don't want to display all the fields but only some of them.
Is there a way to choose the columns? I thought the CSVRenderer would use the fields field of my serializer but no.