module documentation

Undocumented

Function cell_count Return the number of cells used in a tabular inline.
Function change_form_object_tools_tag Display the row of change form object tools.
Function prepopulated_fields_js Create a list of prepopulated_fields that should render JavaScript for the prepopulated fields for both the admin form and inlines.
Function prepopulated_fields_js_tag Undocumented
Function submit_row Display the row of buttons for delete and save.
Function submit_row_tag Undocumented
Variable register Undocumented
@register.filter
def cell_count(inline_admin_form): (source)

Return the number of cells used in a tabular inline.

@register.tag(name='change_form_object_tools')
def change_form_object_tools_tag(parser, token): (source)

Display the row of change form object tools.

def prepopulated_fields_js(context): (source)

Create a list of prepopulated_fields that should render JavaScript for the prepopulated fields for both the admin form and inlines.

@register.tag(name='prepopulated_fields_js')
def prepopulated_fields_js_tag(parser, token): (source)

Undocumented

def submit_row(context): (source)

Display the row of buttons for delete and save.

@register.tag(name='submit_row')
def submit_row_tag(parser, token): (source)

Undocumented

register = (source)

Undocumented