How can I add actions to the admin interface of a third party app?
Example: I want to have a custom action for the model django.contrib.admin.Group.
With "action" I mean the batch action of the admin list view of a model.
Related docs: https://docs.djangoproject.com/en/1.7/ref/contrib/admin/actions/