Skip to content

Releases: evenicoulddoit/django-rest-framework-serializer-extensions

2.0.0

14 Dec 13:20
a93c361
Compare
Choose a tag to compare
  • Adds support for Django 3.0
  • Drops support for Python 2

1.0.0

21 Apr 10:07
e7a43cd
Compare
Choose a tag to compare
  • Using the order or excludes 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)

23 Dec 19:18
Compare
Choose a tag to compare
  • 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)

17 Sep 07:16
Compare
Choose a tag to compare
  • Bugfix to allow compound local imports (see #13 - thanks @mhotwagner)

0.5.2 (2017-06-19)

19 Jun 11:07
Compare
Choose a tag to compare

Bugfix to support Rest Framework JavaScript API client

0.5.1

11 Apr 14:58
Compare
Choose a tag to compare
  • Bugfix to support expanding non-model serializers

0.5.0

20 Jan 16:53
Compare
Choose a tag to compare
  • Added read_only=False field definition support

0.4.0

20 Jan 16:41
Compare
Choose a tag to compare
Don't overwrite builtin

0.3.0

22 Dec 17:05
Compare
Choose a tag to compare

Initial release