Dwi Prasetya Putra

Results 3 issues of Dwi Prasetya Putra

I'm creating a collection `picture` containing a field `picture` of a type ImageField. Collection `picture` would then be an embedded into an ArrayField `pictures` in collection `product_pictures`. Here is the...

When calling .save(instance, data, partial) from an outer serializer with NestedCreateMixin and NestedUpdateMixin, nested serializer wih UniqueFieldsMixin runs .create() instead of .update() thus resulting IntegritiyError being raised. I have this...