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
32 stars 18 forks source link

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

Open darioackermann opened 2 years ago

darioackermann commented 2 years ago

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?

stefan6419846 commented 2 years ago

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