module documentation

Undocumented

Class ​Access​Mixin Abstract CBV mixin that gives access mixins the same customizable functionality.
Class ​Login​Required​Mixin Verify that the current user is authenticated.
Class ​Permission​Required​Mixin Verify that the current user has all specified permissions.
Class ​User​Passes​Test​Mixin Deny a request with a permission error if the test_func() method returns False.