Skip to content

Support for partial updates (when drf_serializer is passed partial=True) #46

@oerd

Description

@oerd

The standard DRF serializers allow for partial validation (i.e. by passing partial=True) during a "partial update" (a PATCH method).
The current workaround requires making all fields optional, which is not ideal.

Is this something you'd fix in the drf-pydantic library?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions