estebistec / drf-compound-fields

Django-REST-framework serializer fields for compound types.
BSD 3-Clause "New" or "Revised" License
92 stars 12 forks source link

Fields must positively validate null values if requried is false #18

Closed expobrain closed 10 years ago

expobrain commented 10 years ago

When any of the field has the required keyword set to False they should be able to validate null values

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling 02d810510547e64c1396d9e3ff78480a8e111576 on expobrain:fix_required into c1ea78705fb460fabde48984a7d195d71adee68a on estebistec:master.

estebistec commented 10 years ago

Hey @expobrain, do you mind verifying that the current fix on master works for you? I'll leave this open until you verify.

estebistec commented 10 years ago

Fixed released in 0.2.2: https://pypi.python.org/pypi/drf-compound-fields/0.2.2, you can try this version instead of master.

estebistec commented 10 years ago

Believe this has been addressed by the referenced release. Re-open if you believe this to not be true.