I keep getting an \'Options\' object has no attribute \'get_all_related_objects\' error. I\'ve researched and people say it is often an issue with using an old version of django
Django v1.11 support is not added for django-rest-framework until version 3.7. Upgrading django-rest-framework should fix the issue.
django-rest-framework
To upgrade django-rest-framework, pip install -U djangorestframework
pip install -U djangorestframework