django-rest-framework-yaml icon indicating copy to clipboard operation
django-rest-framework-yaml copied to clipboard

Represent UUID's as strings

Open Brishen opened this issue 5 years ago • 1 comments

Convert UUID objects to string, otherwise pyyaml will fail to convert.

Brishen avatar Jan 31 '20 19:01 Brishen

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.

stefan6419846 avatar Jun 21 '22 07:06 stefan6419846