User.has_perm always fail
Opened this issue · 0 comments
Deleted user commented
obj
in auth backend'shas_perm
function is optional.- User's
has_perm
function passes a user object to auth backend'shas_perm
function, so keeper's operator always returns False.
The first issue maybe we can use global context when obj
is None.