social_django.Code
: code
Code(id, email, code, verified, timestamp)
name |
type |
verbose name |
id |
BigAutoField |
ID |
email |
EmailField |
email |
code |
CharField |
code |
verified |
BooleanField |
verified |
timestamp |
DateTimeField |
timestamp |
workflow_buttons |
VirtualField |
Workflow |
Master tables: social_django.CodeTable : codes
Referenced from
Database fields
Internal name |
Verbose name |
Help text |
id |
ID |
|
email |
email |
|
code |
code |
|
verified |
verified |
|
timestamp |
timestamp |
|
workflow_buttons |
Workflow |
List of actions that change the workflow state of this object. |
social_django.Code
: code¶Code(id, email, code, verified, timestamp)
name
type
verbose name
id
BigAutoField
ID
email
EmailField
email
code
CharField
code
verified
BooleanField
verified
timestamp
DateTimeField
timestamp
workflow_buttons
VirtualField
Workflow
Master tables: social_django.CodeTable : codes
Referenced from
Database fields¶
Internal name
Verbose name
Help text
id
ID
email
email
code
code
verified
verified
timestamp
timestamp
workflow_buttons
Workflow
List of actions that change the workflow state of this object.