module documentation

Undocumented

Variable register 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
register =

Undocumented

@register.filter
def cell_count(inline_admin_form):
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):
Display the row of change form object tools.
def prepopulated_fields_js(context):
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):

Undocumented

def submit_row(context):
Display the row of buttons for delete and save.
@register.tag(name='submit_row')
def submit_row_tag(parser, token):

Undocumented