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

#18 - Gracefully Proceed on Sort Error (TypeError) #19

Open K-MTG opened 1 year ago

K-MTG commented 1 year ago

Do not sort if TypeError is raised and gracefully proceed.

stefan6419846 commented 1 year ago

You should probably add a corresponding test case as well.

K-MTG commented 1 year ago

Added test.