Releases: Hipo/drf-extra-fields
Releases · Hipo/drf-extra-fields
v2.0.0
- Dropped support for python 3.4
- Upgraded Pillow to 6.2.1 to fix a security vulnerability.
v1.2.4
- PresentableSlugRelatedField is added
- PIL became optional
- Generated file name length in Base64FieldMixin is increased
v1.2.3
- Added presentation_serializer_kwargs attribute to PresentablePrimaryKeyRelatedField.
v1.2.2
Fixed a bug in Base64ImageField.
v1.1.0
Python 3.7 support is added.
v1.0.0
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
Django Rest Framework 3 support
v0.1
Initial release, supports Django Rest Framework 2