0.9.0
Release 0.9.0 (2017-04-11)
- Added Django 1.10 support (#203).
- Dropped Python 3.3 support (#207).
- Fixed the swagger doc generation and rendering (#210).
- Fix wrong field type for Checkbox (#208).
- Don't rely on database ordering in
NestedListSerializer
(#215) - Provide a tools in order to generate django-form class from json
contextualized definition (#171)