contenttypes.ContentType
: content type¶
ContentType(id, app_label, model)
name |
type |
verbose name |
id |
AutoField |
ID |
app_label |
CharField |
app label |
model |
CharField |
python model class name |
workflow_buttons |
VirtualField |
Workflow |
Master tables: gfks.ContentTypes : content types
Referenced from albums.FileUsage.owner_type, checkdata.Problem.owner_type, excerpts.Excerpt.owner_type, excerpts.ExcerptType.content_type, gfks.HelpText.content_type, uploads.Upload.owner_type
Database fields¶
Internal name |
Verbose name |
Help text |
id |
ID |
|
app_label |
app label |
|
model |
python model class name |
|
workflow_buttons |
Workflow |
List of actions that change the workflow state of this object. |