hooks/notification.py
changeset 9402 2c48c091b6a2
parent 9267 24d9b86dfa54
child 9618 1b8552265f3b
equal deleted inserted replaced
9127:aff75b69db92 9402:2c48c091b6a2
    50 class _RenderAndSendNotificationOp(hook.DataOperationMixIn, hook.Operation):
    50 class _RenderAndSendNotificationOp(hook.DataOperationMixIn, hook.Operation):
    51     """End of the notification chain. Do render and send views after commit
    51     """End of the notification chain. Do render and send views after commit
    52 
    52 
    53     All others Operations end up adding data to this Operation.
    53     All others Operations end up adding data to this Operation.
    54     The notification are done on ``postcommit_event`` to make sure to prevent
    54     The notification are done on ``postcommit_event`` to make sure to prevent
    55     sending notification about rollbacked data.
    55     sending notification about rolled back data.
    56     """
    56     """
    57 
    57 
    58     containercls = list
    58     containercls = list
    59 
    59 
    60     def postcommit_event(self):
    60     def postcommit_event(self):