Skip to content

Upgrade DRF to 3.9 #111

@pvandriessche

Description

@pvandriessche

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions