summaryrefslogtreecommitdiff
path: root/tests/template_backends/test_jinja2.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-71/+75
* Fixed #30425 -- Handled jinja2.TemplateSyntaxError when rendering a template.Hasan Ramezani2019-11-271-1/+37
* Refs #29983 -- Added support for using pathlib.Path in all settings.Jon Dufresne2019-11-071-0/+11
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-4/+0
* Fixed #24694 -- Added support for context_processors to Jinja2 backend.Berker Peksag2016-06-281-1/+16
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-3/+3
* Fixed #24119, #24120 -- Formalized debug integration for template backends.Preston Timmons2015-05-061-0/+42
* Refs #24538 -- Simplified a test per Aymeric's feedback.Tim Graham2015-04-011-9/+2
* Fixed #24538 -- Allowed self in Jinja contextTim Heap2015-04-011-0/+18
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Removed compatibility with Python 3.2.Tim Graham2015-01-171-12/+5
* Silenced an ImportWarning in the template_backends tests.Tim Graham2015-01-011-0/+4
* Added basic tests for template backends.Aymeric Augustin2014-12-281-0/+26