Releases: yoyowallet/drf-react-template-framework
Releases · yoyowallet/drf-react-template-framework
v0.0.17
Bump django from 3.2.11 to 3.2.13 due to critical CVEs
v0.0.16
Pinned minimum django-rest-framework version to latest working version.
v0.0.15
Added support for Python 3.10.
v0.0.14
Fixed issue related to code attribute not always being set on validation classes.
v0.0.13
Added better validation mapping and custom validation hints, see #23
v0.0.11
- Moves to Python version 3.9 (3.7 is still usable) and updates dependencies.
- Adds in
min_length
and max_lengthvalidation for
CharField` fields. (Thanks @devo-wm)
v0.0.10
Minor bug fix in FormSchemaViewSetMixin
ensuring that all serializer context is made available.
v0.0.9
Includes two updates, namely:
- Update DRF React Template to Use Fields Property on Serializer (#14)
- Configurable Extra Field Types (#16)
v0.0.8
This release includes style
dictionaries for serializer level objects. See #13