Releases: clarkduvall/serpy
Releases · clarkduvall/serpy
0.3.1
0.3.0
0.2.0
- If
required=False
,None
values will now be dropped from the output MethodField
s withrequired=True
will trigger an exception whenNone
value is returned- Drop support for Python 2.6
- Add support for Python 3.5 and 3.6
0.1.1
- Added
label
parameter toField
to be able to specify the output label - Updated documentation
0.1.0
API changes:
- argument for the object to be serialized changed name from
obj
toinstance
Serializer
now takes context kwarg and ignores it for Django REST Framework compatSerializer
now takes data kwarg and errors for Django REST Framework compat
0.0.3
0.0.3