Releases: Hipo/drf-extra-fields
Releases · Hipo/drf-extra-fields
v3.0.4
- Bug Fix for RangeFields. Issue #146
v3.0.3
- add allow_empty property to range fields.
v3.0.2
Rename package name to drf-extra-fields
v3.0.1
- read_source parameter is added to PresentablePrimaryKeyField and PresentableSlugRelatedField.
- presentation_serializer accepts string path of the serializer class. For example: path.to.serializer.RepresentationSerializer
- Fix: #117
- Fix: #113
v3.0.0
- Drop support for python 2.7
- Handle depracated FloatRangeField in django 3x
- Minimum django version to support is 2.2
- Minimum DRF version to support is 3.9.2
v2.0.4
- Remove deprecated
ugettext_lazy
v2.0.3
- Handle invalid base64 inputs in Base64ImageField
v2.0.1
- Add LowercaseEmailField
- Prevent initial_data to be lost after validation in range fields. #101