Skip to content

PositiveBigIntegerField missing from fields.INT_TYPES #28

@p-baum

Description

@p-baum

Please add.

https://docs.djangoproject.com/en/3.1/ref/models/fields/#positivebigintegerfield

for now one can monkey patch:

from djantic import  fields

fields.INT_TYPES.append("PositiveBigIntegerField")

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