django-rest-framework-docs
django-rest-framework-docs copied to clipboard
Show field of nested serializers in Live API Endpoints
Hi,
first of all thanx for your work, it's a great work, many thanx :)
I searched into issues list and looked up the demo, but I don't find a way to display fields of nested serializers in Live API Endpoints.
There is a way to showing fields of nested serializers?
Thanx
+1
+1
Hi,
Looks like the package used by pip install is not up to date.
Worked for me using
pip install git+https://github.com/manosim/django-rest-framework-docs.git
