serializer.py
42.1 KB
-
Allow for missing non-required nested objects. · 24c9c455
Serializer fields which are themselves serializers should not be required. Specifically, if a nested object is set to "required=False", it should be possible to serialize the main object and have the sub-object set to None/null.
Brian Zambrano committed