summaryrefslogtreecommitdiff
path: root/tests/template_backends/test_dummy.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-1/+1
* Fixed spelling of "nonexistent".Tim Graham2017-02-031-2/+2
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-4/+0
* Fixed #20869 -- made CSRF tokens change every request by salt-encrypting themShai Berger2016-05-191-6/+9
* Refs #24652 -- Made sure template backend tests call their super setUpClass.Simon Charette2015-05-201-0/+1
* Fixed #24119, #24120 -- Formalized debug integration for template backends.Preston Timmons2015-05-061-1/+2
* Refs #24469 -- Fixed escaping of forms, fields, and media in non-Django templ...Moritz Sichert2015-03-181-1/+18
* Rewrapped TemplateSyntaxError in Jinja2 backend.Aymeric Augustin2015-01-121-1/+9
* Added basic tests for template backends.Aymeric Augustin2014-12-281-0/+70