module documentation

Undocumented

Class AccessMixin Abstract CBV mixin that gives access mixins the same customizable functionality.
Class LoginRequiredMixin Verify that the current user is authenticated.
Class PermissionRequiredMixin Verify that the current user has all specified permissions.
Class UserPassesTestMixin Deny a request with a permission error if the test_func() method returns False.