Class UserPassesTestMixin
Deny a request with a permission error if the test_func() method returns False.
Declaration
source linkDocumentation
Methods
▷ def dispatch(self, request, *args, **kwargs) ▷ def get_test_func(self) Override this method to use a different test_func method.