I\'m implementing some REST API in DRF with ModelViewSet and ModelSerializer. All my APIs use the JSON format and some of my models use ChoiceField
ModelViewSet
ModelSerializer
There's no way other than overriding your serializer. Please take a look here, to see how it can be done.