Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▾ contrib
▸ admin
▸ admindocs
▾ auth
▸ admin
▸ apps
▸ backends
▸ base_user
▸ checks
▸ context_processors
▸ decorators
▸ forms
▸ handlers
▸ hashers
▸ management
▸ middleware
▸ migrations
▸ mixins
▾ models
class
AbstractUser
class
AnonymousUser
class
Group
class
GroupManager
class
Permission
class
PermissionManager
class
PermissionsMixin
class
User
class
UserManager
▸ password_validation
▸ signals
▸ tokens
▸ urls
▸ validators
▸ views
▸ contenttypes
▸ flatpages
▸ gis
▸ humanize
▸ messages
▸ postgres
▸ redirects
▸ sessions
▸ sitemaps
▸ sites
▸ staticfiles
▸ syndication
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Module models
django
.
contrib
.
auth
.
models
source
link
Classes
class
AbstractUser
An abstract base class implementing a fully featured User model with admin-compliant permissions.
class
AnonymousUser
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
GroupManager
The manager for the auth's Group model.
class
Permission
The permissions system provides a way to assign permissions to specific users and groups of users.
class
PermissionManager
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
Functions
▷
def
update_last_login
(
sender, user, **kwargs
)
A signal receiver which updates the last_login date for the user logging in.
source
link
Generated by
nedoc
v0.9 at 2020-12-29 14:04