mlaxm

Results 1 issues of mlaxm

**Affected Version:** 3.14.0 **Link to Code:** [rest_framework/serializers.py#L928](https://github.com/encode/django-rest-framework/blob/3.5.3/rest_framework/serializers.py#L928) **Documentation Link:** [Partial Updates](https://www.django-rest-framework.org/api-guide/serializers/#partial-updates) **Problem:** The `update` method in Django Rest Framework's serializers appears to ignore the `partial` flag, resulting in full saves...