users.Authority
: Authority¶
Authority(id, user, authorized)
name |
type |
verbose name |
id |
BigAutoField |
ID |
user |
ForeignKey to User |
Author |
authorized |
ForeignKey to User |
User |
name_column |
VirtualField |
Name |
navigation_panel |
VirtualField |
(None) |
workflow_buttons |
VirtualField |
Workflow |
overview |
VirtualField |
(None) |
Master tables: users.Authorities : Authorities
Referenced from
Database fields¶
Internal name |
Verbose name |
Help text |
---|---|---|
id |
ID |
|
user |
Author |
The user who gives the right of representation. author of this authority |
authorized |
User |
The user who gets the right to represent the author |
name_column |
Name |
|
navigation_panel |
None |
|
workflow_buttons |
Workflow |
List of actions that change the workflow state of this object. |
overview |
None |