Undocumented
Class | AbstractUser |
An abstract base class implementing a fully featured User model with admin-compliant permissions. |
Class | AnonymousUser |
Undocumented |
Class | Group |
Groups are a generic way of categorizing users to apply permissions, or some other label, to those users. A user can belong to any number of groups. |
Class | Permission |
The permissions system provides a way to assign permissions to specific users and groups of users. |
Class | PermissionsMixin |
Add the fields and methods necessary to support the Group and Permission models using the ModelBackend. |
Class | User |
Users within the Django authentication system are represented by this model. |
Class | UserManager |
No class docstring; 0/1 class variable, 1/4 method documented |
Class | GroupManager |
The manager for the auth's Group model. |
Class | PermissionManager |
Undocumented |
Function | _user_get_permissions |
Undocumented |
Function | _user_has_module_perms |
A backend can raise PermissionDenied to short-circuit permission checking. |
Function | _user_has_perm |
A backend can raise PermissionDenied to short-circuit permission checking. |
Function | update_last_login |
A signal receiver which updates the last_login date for the user logging in. |
PermissionDenied
to short-circuit permission checking.PermissionDenied
to short-circuit permission checking.