I don't want drf ValidationError response string boolean

Viewed 21

raise ValidationError(detail={"something": True})

Response:

{ "something": "True" }

Looging for:

{ "something": true }

0 Answers
Related