class documentation

Undocumented

Class Method create Undocumented
Class Method register Undocumented
Method __init__ Undocumented
Method has_output Return True if some choices would be output for this filter.
Method queryset Return the filtered queryset.
Class Variable list_separator Undocumented
Instance Variable field Undocumented
Instance Variable field_path Undocumented
Instance Variable title Undocumented
Class Variable _field_list_filters Undocumented
Class Variable _take_priority_index Undocumented

Inherited from ListFilter:

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.
Class Variable template Undocumented
Instance Variable used_parameters Undocumented
@classmethod
def create(cls, field, request, params, model, model_admin, field_path): (source)

Undocumented

@classmethod
def register(cls, test, list_filter_class, take_priority=False): (source)

Undocumented

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.

list_separator: str = (source)

Undocumented

Undocumented

field_path = (source)

Undocumented

_field_list_filters: list = (source)

Undocumented

_take_priority_index: int = (source)

Undocumented