class documentation

Abstract CBV mixin that gives access mixins the same customizable functionality.

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_login_url(self): (source)

Override this method to override the login_url attribute.

def get_permission_denied_message(self): (source)

Override this method to override the permission_denied_message attribute.

def get_redirect_field_name(self): (source)

Override this method to override the redirect_field_name attribute.

def handle_no_permission(self): (source)

Undocumented

login_url = (source)

Undocumented

permission_denied_message: str = (source)

Undocumented

raise_exception: bool = (source)

Undocumented