class documentation

class PermissionRequiredMixin(AccessMixin):

View In Hierarchy

Verify that the current user has all specified permissions.
Method get​_permission​_required Override this method to override the permission_required attribute. Must return an iterable.
Method has​_permission Override this method to customize the way permissions are checked.
Method dispatch Undocumented
Class Variable permission​_required Undocumented

Inherited from AccessMixin:

Method get​_login​_url Override this method to override the login_url attribute.
Method get​_permission​_denied​_message Override this method to override the permission_denied_message attribute.
Method get​_redirect​_field​_name Override this method to override the redirect_field_name attribute.
Method handle​_no​_permission Undocumented
Class Variable login​_url Undocumented
Class Variable permission​_denied​_message Undocumented
Class Variable raise​_exception Undocumented
def get_permission_required(self):
Override this method to override the permission_required attribute. Must return an iterable.
def has_permission(self):
Override this method to customize the way permissions are checked.
def dispatch(self, request, *args, **kwargs):

Undocumented

permission_required =

Undocumented