hooks/notification.py
branchstable
changeset 9267 24d9b86dfa54
parent 9006 e4ea8f9ffa11
child 9618 1b8552265f3b
equal deleted inserted replaced
9266:e54171abd3ed 9267:24d9b86dfa54
    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):