Reputation: 4235
What is the serializer equivalent of the clean method for django forms.
My use case is that I want to do custom model field validation of some fields for a model serializer class. My guess is it could be the run_validators, for the framework. But I am not sure with certainty.
Thanks, Best regards,
Upvotes: 9
Views: 12557