drf-friendly-errors
drf-friendly-errors copied to clipboard
Support for custom Field classes
To handle custom classes with key word argument error messages, we must ovverride field_map property in serializer class. It's not the best approach. Need better and simpler