How to show mistakes with Django Serializer Validation?

Viewed 426

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?

2 Answers
Related