How can I select multiple items from an admin view and create a custom action?
Scenario: We need to select a set of books and assign开发者_开发问答 set of categories (from a list) and assign them to them.
Is it possible to achieve this in Django Admin?
Thanks.
already included in django: http://docs.djangoproject.com/en/dev/ref/contrib/admin/actions/
We ended up doing a custom view and works fine.
精彩评论