how can i change the default filter choice from 'ALL'.I have a field named as 'status' which has three values :- 'activate','pending','rejected'.when i use list_filter in django_admin ,the filter is by default set to 'All' but i want to set it to pending by default.
|
5
|
|
|
|
|
|
|
||||||||||||
|
|
|
Note that if instead of pre-selecting a filter value you want to always pre-filter the data before showing it in the admin, you should override the |
||
|
|
|
I know that is not the best solution, but i changed the index.html in the admin template, line 25 and 37 like this: 25: 37: |
|||
|
|
|
|
Hi all I have a followup question: How can I get a QuerySet instance from the ModelAdmin with filters set as defined by the query string. For instance, ?start_date_gte=2009-11-06 The queryset() method does not seem to use these filters. |
||
|
|
