Add support for DurationField
joeljames opened this issue · 1 comments
joeljames commented
Add support for DurationField
joeljames commented
This will require isodate(https://pypi.python.org/pypi/isodate) dependence to the project.
If the user requires this field, then he can create a custom Field and Validator class to support DurationField
. To create custom fields please follow the documentation http://pyserializer.readthedocs.io/en/latest/custom.html