class UserPassesTestMixin(AccessMixin):
Method | get_test_func |
Override this method to use a different test_func method. |
Method | test_func |
Undocumented |
Method | dispatch |
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 |