class documentation

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): (source)
def has_output(self): (source)

Return True if some choices would be output for this filter.

def queryset(self, request, queryset): (source)

Return the filtered queryset.

template: str = (source)

Undocumented

used_parameters: dict = (source)

Undocumented