Nathan
Results
1
comments of
Nathan
After I did some digging on version 0.7.0, `WritableNestedModelSerializer` can actually add new instance(s) on PATCH request with form-data Body format. This process is done by `update_or_create_reverse_relations()` method within `NestedUpdateMixin`...