Checking on the code, the decorator has_permission option is being deprecated in favor of check_permission which has no decorator option. Why?
My best guess is is that it should not be the responsibility of the package to implement such feature, but I could not find the documented reason.
Checking on the code, the decorator
has_permissionoption is being deprecated in favor ofcheck_permissionwhich has no decorator option. Why?My best guess is is that it should not be the responsibility of the package to implement such feature, but I could not find the documented reason.