seshat.apps.core.signals
Functions
|
A signal to update the ordering of subcomments when a new subcomment is |
Module Contents
- seshat.apps.core.signals.update_subcomment_ordering(sender, instance, **kwargs)
A signal to update the ordering of subcomments when a new subcomment is created or an existing subcomment is updated.
- Parameters:
sender (SeshatCommentPart) – The sender of the signal.
instance (SeshatCommentPart) – The instance of the subcomment.
**kwargs – Arbitrary keyword arguments.
- Returns:
None