summaryrefslogtreecommitdiff
path: root/tests/template_backends
Commit message (Expand)AuthorAgeFilesLines
* Refs #24469 -- Fixed escaping of forms, fields, and media in non-Django templ...Moritz Sichert2015-03-183-1/+28
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-5/+5
* Fixed #24265 -- Preserved template backend loading exceptions.Aymeric Augustin2015-02-051-0/+37
* Removed compatibility with Python 3.2.Tim Graham2015-01-171-12/+5
* Deprecated passing a Context to a generic Template.render.Aymeric Augustin2015-01-121-1/+20
* Rewrapped TemplateSyntaxError in Jinja2 backend.Aymeric Augustin2015-01-123-1/+11
* Made context take priority over context processors.Aymeric Augustin2015-01-061-0/+25
* Silenced an ImportWarning in the template_backends tests.Tim Graham2015-01-011-0/+4
* Added basic tests for template backends.Aymeric Augustin2014-12-2811-0/+112