class documentation

class ListFilter:

Known subclasses: django.contrib.admin.FieldListFilter, django.contrib.admin.SimpleListFilter

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method choices Return choices ready to be output in the template.
Method expected​_parameters Return the list of parameter names that are expected from the request's query string and that will be used by this filter.
Method has​_output Return True if some choices would be output for this filter.
Method queryset Return the filtered queryset.
Class Variable template Undocumented
Class Variable title Undocumented
Instance Variable used​_parameters Undocumented
def __init__(self, request, params, model, model_admin):
def has_output(self):
Return True if some choices would be output for this filter.
def queryset(self, request, queryset):
Return the filtered queryset.
template: str =

Undocumented

title =

Undocumented

used_parameters: dict =

Undocumented