mirror of
https://github.com/django/django.git
synced 2024-12-23 09:36:06 +00:00
4ea1909d3c
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. |
||
---|---|---|
.. | ||
forbidden/template_backends | ||
jinja2/template_backends | ||
template_strings/template_backends | ||
templates/template_backends | ||
__init__.py | ||
test_django.py | ||
test_dummy.py | ||
test_jinja2.py | ||
test_utils.py |