I'm using Django with Django-Rest-Framework. If I run the serializer.is_valid() function I get a False result. How can I show the reason for this result?
I'm using Django with Django-Rest-Framework. If I run the serializer.is_valid() function I get a False result. How can I show the reason for this result?