django-rest-framework-yaml
django-rest-framework-yaml copied to clipboard
Represent UUID's as strings
Convert UUID objects to string, otherwise pyyaml will fail to convert.
You might want to rebase your branch on the latest master, which already has a fix for the six issue (which is better than your solution in my opinion). This should re-run the CI as well, as the old CI log is not available anymore.
Additionally, a corresponding test probably would be nice.