jpadilla / django-rest-framework-yaml

YAML support for Django REST Framework
http://jpadilla.github.io/django-rest-framework-yaml
BSD 3-Clause "New" or "Revised" License
31 stars 18 forks source link

Fix for #4 where an ErrorDetail string subclass raises an error. #5

Open jobec opened 7 years ago

jobec commented 7 years ago

@jpadilla any chance this can be merged?

stefan6419846 commented 2 years ago

This should probably be rebased with the latest master to re-run CI with the latest GitHub Actions and see if the Travis failure can still be reproduced.

Additionally, we might want to add a corresponding test as well.