• Tim Heap's avatar
    Fixed #24538 -- Allowed self in Jinja context · 4ea1909d
    Tim Heap yazdı
    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.
    4ea1909d
Adı
Son kayıt (commit)
Son güncelleme
..
forbidden/template_backends Loading commit data...
jinja2/template_backends Loading commit data...
template_strings/template_backends Loading commit data...
templates/template_backends Loading commit data...
__init__.py Loading commit data...
test_django.py Loading commit data...
test_dummy.py Loading commit data...
test_jinja2.py Loading commit data...
test_utils.py Loading commit data...