class documentation

class DateFieldListFilter(FieldListFilter):

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 date​_params Undocumented
Instance Variable field​_generic Undocumented
Instance Variable links Undocumented
Instance Variable lookup​_kwarg​_isnull Undocumented
Instance Variable lookup​_kwarg​_since Undocumented
Instance Variable lookup​_kwarg​_until 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 ​_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 (via FieldListFilter):

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

Return choices ready to be output in the template.

changelist is the ChangeList to be displayed.

def expected_parameters(self):
Return the list of parameter names that are expected from the request's query string and that will be used by this filter.
date_params =

Undocumented

field_generic =

Undocumented

links =

Undocumented

lookup_kwarg_isnull =

Undocumented

lookup_kwarg_since =

Undocumented

lookup_kwarg_until =

Undocumented