module documentation

Undocumented

Class ResultList Wrapper class used to return items in a list_editable changelist, annotated with the form object for error reporting purposes. Needed to maintain backwards compatibility with existing admin templates.
Function admin_actions Track the number of times the action field has been rendered on the page, so we know which value to use.
Function admin_actions_tag Undocumented
Function admin_list_filter Undocumented
Function change_list_object_tools_tag Display the row of change list object tools.
Function date_hierarchy Display the date hierarchy for date drill-down functionality.
Function date_hierarchy_tag Undocumented
Function items_for_result Generate the actual list of data.
Function pagination Generate the series of links to the pages in a paginated list.
Function pagination_tag Undocumented
Function paginator_number Generate an individual page index link in a paginated list.
Function result_headers Generate the list column headers.
Function result_hidden_fields Undocumented
Function result_list Display the headers and data list together.
Function result_list_tag Undocumented
Function results Undocumented
Function search_form Display a search form for searching the list.
Function search_form_tag Undocumented
Variable register Undocumented
Function _boolean_icon Undocumented
Function _coerce_field_name Coerce a field_name (which may be a callable) to a string.
def admin_actions(context): (source)

Track the number of times the action field has been rendered on the page, so we know which value to use.

@register.tag(name='admin_actions')
def admin_actions_tag(parser, token): (source)

Undocumented

@register.simple_tag
def admin_list_filter(cl, spec): (source)

Undocumented

@register.tag(name='change_list_object_tools')
def change_list_object_tools_tag(parser, token): (source)

Display the row of change list object tools.

def date_hierarchy(cl): (source)

Display the date hierarchy for date drill-down functionality.

@register.tag(name='date_hierarchy')
def date_hierarchy_tag(parser, token): (source)

Undocumented

def items_for_result(cl, result, form): (source)

Generate the actual list of data.

def pagination(cl): (source)

Generate the series of links to the pages in a paginated list.

@register.tag(name='pagination')
def pagination_tag(parser, token): (source)

Undocumented

@register.simple_tag
def paginator_number(cl, i): (source)

Generate an individual page index link in a paginated list.

def result_headers(cl): (source)

Generate the list column headers.

def result_hidden_fields(cl): (source)

Undocumented

def result_list(cl): (source)

Display the headers and data list together.

@register.tag(name='result_list')
def result_list_tag(parser, token): (source)

Undocumented

def results(cl): (source)

Undocumented

def search_form(cl): (source)

Display a search form for searching the list.

@register.tag(name='search_form')
def search_form_tag(parser, token): (source)

Undocumented

register = (source)

Undocumented

def _boolean_icon(field_val): (source)

Undocumented

def _coerce_field_name(field_name, field_index): (source)

Coerce a field_name (which may be a callable) to a string.