Releases: evenicoulddoit/django-rest-framework-serializer-extensions
Releases · evenicoulddoit/django-rest-framework-serializer-extensions
2.0.0
1.0.0
- 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
0.5.4 (2017-12-23)
- Fixes package build issues when using Python3 (see #15 - thanks @KyeRussell)
- Bumps dependencies and Django support to include Django 2
0.5.3 (2017-09-17)
- Bugfix to allow compound local imports (see #13 - thanks @mhotwagner)
0.5.2 (2017-06-19)
Bugfix to support Rest Framework JavaScript API client
0.5.1
- Bugfix to support expanding non-model serializers
0.5.0
- Added
read_only=False
field definition support
0.4.0
Don't overwrite builtin
0.3.0
Initial release