class documentation

class AllValuesFieldListFilter(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.
Instance Variable empty_value_display Undocumented
Instance Variable lookup_choices Undocumented
Instance Variable lookup_kwarg Undocumented
Instance Variable lookup_kwarg_isnull Undocumented
Instance Variable lookup_val Undocumented
Instance Variable lookup_val_isnull 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.
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 (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.

empty_value_display = (source)

Undocumented

lookup_choices = (source)

Undocumented

lookup_kwarg = (source)

Undocumented

lookup_kwarg_isnull = (source)

Undocumented

lookup_val = (source)

Undocumented

lookup_val_isnull = (source)

Undocumented