social_django.Partial
: partial
Partial(id, token, next_step, backend, data, timestamp)
name |
type |
verbose name |
id |
BigAutoField |
ID |
token |
CharField |
token |
next_step |
PositiveSmallIntegerField |
next step |
backend |
CharField |
backend |
data |
JSONField |
data |
timestamp |
DateTimeField |
timestamp |
workflow_buttons |
VirtualField |
Workflow |
Master tables: social_django.PartialTable : partials
Referenced from
Database fields
Internal name |
Verbose name |
Help text |
id |
ID |
|
token |
token |
|
next_step |
next step |
|
backend |
backend |
|
data |
data |
|
timestamp |
timestamp |
|
workflow_buttons |
Workflow |
List of actions that change the workflow state of this object. |
social_django.Partial
: partial¶Partial(id, token, next_step, backend, data, timestamp)
name
type
verbose name
id
BigAutoField
ID
token
CharField
token
next_step
PositiveSmallIntegerField
next step
backend
CharField
backend
data
JSONField
data
timestamp
DateTimeField
timestamp
workflow_buttons
VirtualField
Workflow
Master tables: social_django.PartialTable : partials
Referenced from
Database fields¶
Internal name
Verbose name
Help text
id
ID
token
token
next_step
next step
backend
backend
data
data
timestamp
timestamp
workflow_buttons
Workflow
List of actions that change the workflow state of this object.