Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▾ contrib
▾ admin
▸ actions
▸ apps
▸ checks
▸ decorators
▸ exceptions
▸ filters
▸ forms
▸ helpers
▸ migrations
▸ models
▸ options
▸ sites
▾ templatetags
▸ admin_list
▾ admin_modify
▸ admin_urls
▸ base
▸ log
▸ tests
▸ utils
▸ views
▸ widgets
▸ admindocs
▸ auth
▸ contenttypes
▸ flatpages
▸ gis
▸ humanize
▸ messages
▸ postgres
▸ redirects
▸ sessions
▸ sitemaps
▸ sites
▸ staticfiles
▸ syndication
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Module admin_modify
django
.
contrib
.
admin
.
templatetags
.
admin_modify
source
link
Functions
▷
def
cell_count
(
inline_admin_form
)
@register.filter
Return the number of cells used in a tabular inline.
@register.filter
def
cell_count(
inline_admin_form
)
source
link
▷
def
change_form_object_tools_tag
(
parser, token
)
@register.tag(name='change_form_object_tools')
Display the row of change form object tools.
@register.tag(name='change_form_object_tools')
def
change_form_object_tools_tag(
parser,
token,
)
source
link
▷
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.
source
link
▷
def
prepopulated_fields_js_tag
(
parser, token
)
@register.tag(name='prepopulated_fields_js')
@register.tag(name='prepopulated_fields_js')
def
prepopulated_fields_js_tag(
parser,
token,
)
source
link
▷
def
submit_row
(
context
)
Display the row of buttons for delete and save.
source
link
▷
def
submit_row_tag
(
parser, token
)
@register.tag(name='submit_row')
@register.tag(name='submit_row')
def
submit_row_tag(
parser,
token,
)
source
link
Generated by
nedoc
v0.9 at 2020-12-29 14:04