Request object has no attribute “accepted_renderer”
www.py4u.net › discuss › 1264945This will ensure that all respective super calls are carried out; and will ensure that the APIView.initial call is made; which then setst he accept_renderer attribute as follows: The def initial method in the APIView (which is used internally by ModelViewSet) is the one that sets the accepted_renderer attribute on the Request object. Here's the ...