Open lggwettmann opened 4 years ago
The bug seems to lie in the NestedUpdateMixin.delete_reverse_relations_if_need(). Overwriting the update() function and removing that patched it for now.
I can confirm that I have the same issue.
I am also seeing this behavior
Hey guys,
thanks for the great library. I encounter this issue though with the following models:
When I send a raw JSON PATCH request to the UserSerializer for the profile data, it works. But if I send a PATCH request as x-www-form-encoded with eg the keys "profile.language" then the "new" profile object gets returned properly but then deleted afterward straight away.
How can I make the profile object updateable via x-www-form-encoded?