class documentation

class EmptyFieldListFilter(FieldListFilter): (source)

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 queryset Return the filtered queryset.
Instance Variable lookup_kwarg Undocumented
Instance Variable lookup_val Undocumented

Inherited from FieldListFilter:

Class Method create Undocumented
Class Method register Undocumented
Method has_output Return True if some choices would be output for this filter.
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 (via FieldListFilter):

Class Variable template Undocumented
Instance Variable used_parameters Undocumented
def __init__(self, field, request, params, model, model_admin, field_path): (source)
def choices(self, changelist): (source)

Return choices ready to be output in the template. `changelist` is the ChangeList to be displayed.

def expected_parameters(self): (source)

Return the list of parameter names that are expected from the request's query string and that will be used by this filter.

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

Return the filtered queryset.

lookup_kwarg = (source)

Undocumented

lookup_val = (source)

Undocumented