Class InclusionAdminNode
Template tag that allows its template to be overridden per model, per app, or globally.
Declaration
source linkDocumentation
Methods
▶ def __init__(self, parser, token, func, template_name, takes_context=True) override ▶ def render(self, context) overrideinherited doc Render the specified template and context. Cache the template object in render_context to avoid reparsing and loading when used in a for loop.