comments.Reaction
(Reaction)¶
Reaction(id, modified, created, user, comment, emotion)
Master tables : comments.Reactions (Reactions)
Slave tables : comments.CommentsByMentioned (Mentioned in), comments.RepliesByComment (Replies), courses.ActivitiesByLine (Activities), courses.ActivitiesBySlot (Activities), courses.ActivitiesByTopic (Activities), courses.EnrolmentsByCourse (Enrolments), courses.LinesByTopic (Activity lines)
Database fields:
ID (id) : See
<django.db.models.fields.BigAutoField: id>
.Modified (modified) : The time when this database object was last modified.
Created (created) : The time when this object was created.
Author (user) : The author of this object. A pointer to lino.modlib.users.models.User.
Comment (comment) : See
<django.db.models.fields.related.ForeignKey: comment>
.Emotion (emotion) : See
<lino.core.choicelists.ChoiceListField: emotion>
.Created (created_natural) : See
lino.modlib.comments.models.Reaction.created_natural
.Name (name_column) : See
lino.modlib.comments.models.Reaction.name_column
.(None) (navigation_panel) : See
lino.modlib.comments.models.Reaction.navigation_panel
.Workflow (workflow_buttons) : List of actions that change the workflow state of this object.
(None) (overview) : See
lino.modlib.comments.models.Reaction.overview
.
Referenced from
Database fields¶
Internal name |
Verbose name |
Help text |
---|---|---|
id |
ID |
|
modified |
Modified |
The time when this database object was last modified. |
created |
Created |
The time when this object was created. |
user |
Author |
The author of this object. A pointer to lino.modlib.users.models.User. |
comment |
Comment |
|
emotion |
Emotion |
|
created_natural |
Created |
|
name_column |
Name |
|
navigation_panel |
None |
|
workflow_buttons |
Workflow |
List of actions that change the workflow state of this object. |
overview |
None |