localmed/pyserializer
Simple python serialization library. It is an ORM agnostic library for converting python objects to and from native Python datatypes.
PythonMIT
Issues
- 6
Cannot add validators to DateTimeField
#25 opened by joeljames - 3
Add support for custom error messages
#12 opened by petebrowne - 1
Add EmailField
#21 opened by joeljames - 1
Add support for DurationField
#10 opened by joeljames - 2
Defining Meta on the serializer should be optional
#19 opened by joeljames - 2
- 2
Add support for MethodField
#11 opened by joeljames - 1
- 1
- 1
Field errors are not caught during the validation and stored in error object, but are raised when accessing the object
#6 opened by joeljames - 2
Add support for hooking in validators
#4 opened by joeljames