Django Admin Custom search

#3 / 1 rate

Django Admin Custom search

37 users

2014-12-18

Arul Gupta

Extension Information

5 star
0%
4 star
0%
3 star
0%
2 star
0%
1 star
0%

Supported Languages

Description

Perform bulk actions easily by getting multiple search results on a single page in django admin

Ever wanted to perform a bulk action on users from multiple search queries in Django admin, but found it too tedious a job?
You could now get the results from multiple search queries collated on the same page and perform bulk action on all of them at once.

Just click on the extension button on any Django search page and submit a comma separated list of the search queries to get all the search results. The extension should work on any Django list page with a search option.