Skip to content

Add support for Python 3.5 and Django 1.10

Compare
Choose a tag to compare
@maurizi maurizi released this 02 Nov 16:48
· 21 commits to master since this release

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