Add support for Python 3.5 and Django 1.10
new features
- add support for Python 3.5 and Django 1.10
breaking changes
- Switches
render_to_csv_response
to return aStreamingHttpResponse
, which is technically a breaking change, though in practice this should not affect most use cases. If you need aHttpResponse
instead, passstreaming=False
when calling the function. - Dropped support for Django 1.5-1.7