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
required=False
, None
values will now be dropped from the outputMethodField
s with required=True
will trigger an exception when None
value is returned