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

YAML support for Django REST Framework

Results 11 django-rest-framework-yaml issues
Sort by recently updated
recently updated
newest added
trafficstars

I have a string containing a unicode control char (mail subject) unicode:`\x88` utf-8: `\xc2\x88` original MimeType: `=?UTF-8?Q?=C2=88?=` Yaml Renderer creates the following line in restframework: `subject: "\x88"` (unicode) The client...