[Django]-Django Rest Framework 'RelatedManager' object has no attribute

81👍

If you have nested serializers and you’re expecting more than one, you should add the many=True otherwise DRF will treat the manager as the object.

Leave a comment