Skip to content

Serializer: PATCH requests/partial save with container does not append resources

When saving additional resources to a container, using serializer.save(partial=True) or via a PATCH request, I expect my resources to be appended to the field

In reality, any resource ids I do not include in the container of my request are replaced

(See commented tests in djangoldp/tests/tests_model_serializer.py referencing this issue number)

Edited by Calum Mackervoy