albums.Album
: Album¶
Album(id, parent, designation, designation_de, designation_fr)
name |
type |
verbose name |
id |
BigAutoField |
ID |
parent |
ForeignKey to Album |
Parent |
designation |
BabelCharField |
Designation |
designation_de |
CharField |
Designation (de) |
designation_fr |
CharField |
Designation (fr) |
name_column |
VirtualField |
Name |
navigation_panel |
VirtualField |
(None) |
workflow_buttons |
VirtualField |
Workflow |
overview |
VirtualField |
(None) |
children_summary |
VirtualField |
Children |
treeview_panel |
VirtualField |
(None) |
Master tables: albums.Albums : Albums
Slave tables: albums.FilesByAlbum : Media files, albums.AlbumsByAlbum : Albums
Referenced from albums.Album.parent, albums.File.album
Database fields¶
Internal name |
Verbose name |
Help text |
id |
ID |
|
parent |
Parent |
|
designation |
Designation |
|
designation_de |
Designation (de) |
|
designation_fr |
Designation (fr) |
|
name_column |
Name |
|
navigation_panel |
None |
|
workflow_buttons |
Workflow |
List of actions that change the workflow state of this object. |
overview |
None |
|
children_summary |
Children |
A comma-separated list of the children. |
treeview_panel |
None |