djagger
djagger copied to clipboard
Serializer to pydantic model conversion for ChoiceField and MultipleChoiceField
ChoiceField and MultipleChoiceField in serializers are represented as string after being converted to a pydantic model. Consider representing as Enum field type.