-
Notifications
You must be signed in to change notification settings - Fork 337
Open
Description
I tried to upgrade DRF to version 3.9 to make use of the @action attribute of the routers.
However when doing so I get the following error when browsing to the API's.
rest_framework.request.WrappedAttributeError: 'CSRFCheck' object has no attribute 'process_request'
This only happens when I'm logged in. When no user is logged in it works as it should!
I think this is linked with the authentication but I can not found what is causing the problem.
Would you be able to help me?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels