Skip to content

Field "BinaryField" has no mapping in ModelSerializer #505

@jtamm-red

Description

@jtamm-red

BinaryField is purpose to use raw content. (looks like bytes)

https://docs.djangoproject.com/en/3.2/ref/models/fields/#binaryfield

model field "BinaryField" has no mapping in ModelSerializer. It may be a deprecated field. Defaulting to "string

Schema type should be 'string', becuase content is encoded as base64.

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