Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/template_backends/test_dummy.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #24652 -- Made sure template backend tests call ↵Simon Charette2015-05-201-0/+1
| | | | their super setUpClass.
* Fixed #24119, #24120 -- Formalized debug integration for ↵Preston Timmons2015-05-071-1/+2
| | | | template backends.
* Refs #24469 -- Fixed escaping of forms, fields, and ↵Moritz Sichert2015-03-181-1/+18
| | | | media in non-Django templates.
* Rewrapped TemplateSyntaxError in Jinja2 backend.Aymeric Augustin2015-01-121-1/+9
| | | | | Changed import style to avoid confusion between Django's and Jinja2's APIs.
* Added basic tests for template backends.Aymeric Augustin2014-12-281-0/+70