django-activity-stream
django-activity-stream copied to clipboard
Bulk send
Hi,
I would like to know if there is a way to send signal passing a list of action_objects and/or a list of targets.
action.send(
request.user,
verb="closed",
action_object=[obj1, obj2],
target=[target_1, target2]
)
Thanks. :)