auth.models.PermissionsMixin.has_perms()

has_perms(perm_list, obj=None)

Returns True if the user has each of the specified permissions, where each perm is in the format "<app label>.<permission codename>". If the user is inactive, this method will always return False.

If obj is passed in, this method won’t check for permissions for the model, but for the specific object.

doc_Django
2016-10-09 18:34:21
Comments
Leave a Comment

Please login to continue.