mjumbewu / django-rest-framework-csv

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

Add support for Generator data source in CSVStreamingRenderer #70

Closed jrzerr closed 6 years ago

jrzerr commented 6 years ago

This PR is for issue #69

We add support for Generator data sources in CSVStreamingRenderer.

jrzerr commented 6 years ago

Seems like the only reason the build fails is that it can't find python 3.3...

mjumbewu commented 6 years ago

Thanks! I will look into the Python version failure.

mjumbewu commented 6 years ago

I think we'll just drop Python 3.3 testing/support, since it's at end-of-life.