FutureMind / drf-friendly-errors

Extension for Django REST framework error display
MIT License
129 stars 58 forks source link

Support for custom Field classes #1

Open tomlaszczuk opened 8 years ago

tomlaszczuk commented 8 years ago

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