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 field_admin_ordering Return the model admin's ordering for related field, if provided.
Method field_choices Undocumented
Method has_output Return True if some choices would be output for 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_title Undocumented
Instance Variable lookup_val Undocumented
Instance Variable lookup_val_isnull Undocumented
Instance Variable title Undocumented
Property include_empty_choice Return True if a "(None)" choice should be included, which filters out everything except empty relationships.

Inherited from FieldListFilter:

Class Method create Undocumented
Class Method register Undocumented
Method queryset Return the filtered queryset.
Class Variable list_separator Undocumented
Instance Variable field Undocumented
Instance Variable field_path 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 field_admin_ordering(self, field, request, model_admin): (source)

Return the model admin's ordering for related field, if provided.

def field_choices(self, field, request, model_admin): (source)
def has_output(self): (source)

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

empty_value_display = (source)

Undocumented

lookup_choices = (source)

Undocumented

lookup_kwarg = (source)

Undocumented

lookup_kwarg_isnull = (source)

Undocumented

lookup_title = (source)

Undocumented

lookup_val = (source)

Undocumented

lookup_val_isnull = (source)

Undocumented

@property
include_empty_choice = (source)

Return True if a "(None)" choice should be included, which filters out everything except empty relationships.