Skip to content
Commit 4ea1909d authored by Tim Heap's avatar Tim Heap Committed by Tim Graham
Browse files

Fixed #24538 -- Allowed self in Jinja context

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.
parent 48ddc662
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment