- Using the
order
orexcludes
keywords retains the original field ordering - Bumping to first major version. Seems this package has enough usage without major issues to suggest it's production-ready
- Adds the ability to automatically optimize the queryset used to generate the response. This feature is disabled by default, and is experimental
- Fixes package build issues when using Python3 (see #15 - thanks @KyeRussell)
- Bumps dependencies and Django support to include Django 2
- Bugfix to allow compound local imports (see #13 - thanks @mhotwagner)
- Bugfix to support Rest Framework JavaScript API client
- Bugfix to support expanding non-model serializers
- Added
read_only=False
field definition support