drf-writable-nested
drf-writable-nested copied to clipboard
adding to an already created instance
is there a way to add a new item after the parent has been created every time i post or put it just updates the child but i need a new child
Hello @davidcalle3141. Could you please provide an example of your code. Every time when you create a new parent with children, drf-writable-nested creates new parent and children instances. Maybe you specify ID's in children instances?
i believe this issue could be closed