all calls are proxied by context.call now so that we can inject environment and conte...
authorArmin Ronacher <armin.ronacher@active-4.com>
Sat, 24 May 2008 22:16:51 +0000 (00:16 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sat, 24 May 2008 22:16:51 +0000 (00:16 +0200)
commitfd31049f62b962181e0413b59bed9529b9df7b2b
treee1715b4b419294de1d3ad9245f9b1f336d9985a1
parent9f258fffc4d2ee729669a5208aaf97021185e055
all calls are proxied by context.call now so that we can inject environment and context as first arguments.  This slows calls down a bit but is a lot more user friendly.  Added first draft of FAQ

--HG--
branch : trunk
docs/faq.rst [new file with mode: 0644]
docs/index.rst
docs/templates.rst
jinja2/compiler.py
jinja2/nodes.py
jinja2/parser.py
jinja2/runtime.py
jinja2/sandbox.py
jinja2/utils.py
tests/test_syntax.py