You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to get permissions (using rest_framework.permissions) working with function views decorated in the following order and it won't work unless the order of silk_profile decorator is changed. The permissions are ignored and the view is executed and returns successfully when in the wrong order.
I have been trying to get permissions (using
rest_framework.permissions
) working with function views decorated in the following order and it won't work unless the order ofsilk_profile
decorator is changed. The permissions are ignored and the view is executed and returns successfully when in the wrong order.Version that doesn't work:
Version that works:
The text was updated successfully, but these errors were encountered: