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

yaml.representer.RepresenterError: Cannot represent an object: QuerySet

Open darioackermann opened this issue 3 years ago • 1 comments
trafficstars

Upon requesting a GET resource:

RepresenterError at /api/admin/v1/xyz ('cannot represent an object', <QuerySet []>)

Django Version: 3.2.4 Python Version: 3.8.5

JSON Renderer works just fine. Has anyone else stumbled upon this?

darioackermann avatar Sep 07 '22 07:09 darioackermann

Are you able to provide a corresponding reproducing example? Do you have a full stacktrace (although it might not help very much)?

stefan6419846 avatar Sep 07 '22 19:09 stefan6419846