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