I'm getting this error using PartialUpdateSerializerMixin with DRF 3.0:
AssertionError: Serializer tasks.serializers.task.TaskSerializer has old-style version 2 .save_object() that is no longer compatible with REST framework 3. Use the new-style .create() and .update() methods instead.
Hi,
I'm getting this error using PartialUpdateSerializerMixin with DRF 3.0:
AssertionError: Serializer
tasks.serializers.task.TaskSerializer
has old-style version 2.save_object()
that is no longer compatible with REST framework 3. Use the new-style.create()
and.update()
methods instead.Is this a bug?
Thanks in advance