Improved attribute and item lookup by allowing template designers to express the...
authorArmin Ronacher <armin.ronacher@active-4.com>
Thu, 12 Jun 2008 06:50:07 +0000 (08:50 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Thu, 12 Jun 2008 06:50:07 +0000 (08:50 +0200)
commit6dc6f291eb46352de4df7dfaf10fb14369dc7fb1
treed9ee483739b9e101322a4e7b0173b9f66f9cbab2
parentf3d3d7b5f5d65161290dc3173a90513235b75c16
Improved attribute and item lookup by allowing template designers to express the priority.  foo.bar checks foo.bar first and then foo['bar'] and the other way round.

--HG--
branch : trunk
CHANGES
docs/_static/style.css
docs/templates.rst
jinja2/compiler.py
jinja2/environment.py
jinja2/filters.py
jinja2/nodes.py
jinja2/optimizer.py
jinja2/parser.py
jinja2/sandbox.py
tests/test_various.py