Bases: horizon.utils.csvbase.CsvDataMixin, django.http.response.HttpResponse
Base CSV response class. Provides handling of CSV data.
Bases: horizon.utils.csvbase.CsvDataMixin, django.http.response.StreamingHttpResponse
Base CSV Streaming class. Provides streaming response for CSV data.
Bases: object
CSV data Mixin - provides handling for CSV data.
A list of CSV column definitions. If omitted - no column titles will be shown in the result file. Optional.