Closed henrinie closed 3 years ago
Issue here was blindly adding decorators to methods not getting request, so they don't have the request.user to check with. Indicating now that these methods are private and not meant to be used directly, thus don't need permissions set directly.
Issue here was blindly adding decorators to methods not getting request, so they don't have the request.user to check with. Indicating now that these methods are private and not meant to be used directly, thus don't need permissions set directly.