class documentation

class FieldListFilter(ListFilter):

Known subclasses: django.contrib.admin.AllValuesFieldListFilter, django.contrib.admin.BooleanFieldListFilter, django.contrib.admin.ChoicesFieldListFilter, django.contrib.admin.DateFieldListFilter, django.contrib.admin.EmptyFieldListFilter, django.contrib.admin.RelatedFieldListFilter

View In Hierarchy

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 ​_field​_list​_filters Undocumented
Class Variable ​_take​_priority​_index Undocumented
Instance Variable field Undocumented
Instance Variable field​_path Undocumented
Instance Variable title 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):

Undocumented

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

Undocumented

def has_output(self):
Return True if some choices would be output for this filter.
def queryset(self, request, queryset):
Return the filtered queryset.
_field_list_filters: list =

Undocumented

_take_priority_index: int =

Undocumented

field =

Undocumented

field_path =

Undocumented