Templates¶
These fixtures are related to Django templates system.
Functions¶
template_context¶
Creates template context object.
To be used with template_render_tag fixture.
template_render_tag¶
Renders a template tag from a given library by its name.
template_strip_tags¶
Allows HTML tags strip from string.
To be used with template_render_tag fixture to easy result assertions.