imports and includes "with context" are passed the full context now, not only the...
authorArmin Ronacher <armin.ronacher@active-4.com>
Sat, 4 Oct 2008 16:06:57 +0000 (18:06 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sat, 4 Oct 2008 16:06:57 +0000 (18:06 +0200)
commit673aa88d728b1179a7f89d786e82a6b63b23be00
treeb852c472513bf6a7f724d57d2e3765fe2b57be49
parent7966895d0dd38ca2c2362640e528933d55686b51
imports and includes "with context" are passed the full context now, not only the initial one.

--HG--
branch : trunk
CHANGES
docs/templates.rst
jinja2/compiler.py
jinja2/environment.py
tests/test_imports.py