Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template/backends/jinja2.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #24119, #24120 -- Formalized debug integration for ↵Preston Timmons2015-05-071-4/+48
| | | | template backends.
* Fixed #24538 -- Allowed self in Jinja contextTim Heap2015-04-011-1/+1
| | | | | | Rendering a Jinja template with self in the context threw an error. While self is a reserved variable in Jinja, including self in the context is not an error, so Django should respect that.
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
|
* Rewrapped TemplateSyntaxError in Jinja2 backend.Aymeric Augustin2015-01-121-6/+8
| | | | | Changed import style to avoid confusion between Django's and Jinja2's APIs.
* Added Django template backend.Aymeric Augustin2014-12-281-0/+3
|
* Added jinja2 template backend.Aymeric Augustin2014-12-281-0/+58