I found the following line in the Django source code:
actions.extend(self.get_action(action) for action in self.actions or [])
The argument