Skip to content

Releases: Hipo/drf-extra-fields

v2.0.0

30 Oct 10:37
e03b608
Compare
Choose a tag to compare
  • Dropped support for python 3.4
  • Upgraded Pillow to 6.2.1 to fix a security vulnerability.

v1.2.4

14 Aug 15:14
Compare
Choose a tag to compare
  • PresentableSlugRelatedField is added
  • PIL became optional
  • Generated file name length in Base64FieldMixin is increased

v1.2.3

04 Jul 13:59
Compare
Choose a tag to compare
  • Added presentation_serializer_kwargs attribute to PresentablePrimaryKeyRelatedField.

v1.2.2

13 Jun 12:22
Compare
Choose a tag to compare

Fixed a bug in Base64ImageField.

v1.1.0

03 Apr 12:32
Compare
Choose a tag to compare

Python 3.7 support is added.

v1.0.0

01 Feb 14:59
3aeb157
Compare
Choose a tag to compare

PointField is changed. The field now returns float coordinates instead of strings. It's a breaking change. If you want to return string coordinates add str_points=True as an argument. See PointField documentation for more details.

v0.3

23 Dec 12:35
Compare
Choose a tag to compare

Django Rest Framework 3 support

v0.1

22 Dec 14:20
Compare
Choose a tag to compare

Initial release, supports Django Rest Framework 2