Added a dict iteration example. This fixes #64
[jinja2.git] / docs / templates.rst
2011-10-06 Armin RonacherAdded a dict iteration example. This fixes #64
2011-09-13 Armin RonacherMerge branch 'master' of github.com:mitsuhiko/jinja2
2011-07-26 Armin RonacherMerge pull request #51 from kschuetz/master
2011-07-26 Kevin Schuetzadded comma
2011-07-26 Kevin Schuetzrecieves->receives
2011-07-26 Kevin Schuetzcalld->called
2011-07-26 Kevin Schuetzeached->reached
2011-07-07 Armin RonacherMerge pull request #47 from mineo/patch-1
2011-07-07 Wieland HoffmannFix a typo
2011-07-07 Armin RonacherMerge branch 'master' of github.com:mitsuhiko/jinja2
2011-06-30 Armin RonacherMerge pull request #41 from andymckay/master
2011-06-30 Andy McKayfix typo
2011-05-24 Armin RonacherMerge pull request #33 from razamatan/master
2011-05-24 Armin RonacherMerge branch 'master' of github.com:mitsuhiko/jinja2
2011-05-24 Armin RonacherMerge pull request #37 from fabiant7t/patch-1
2011-05-22 Fabian TopfstedtFixed example of a division with a truncated integer...
2011-05-07 Armin RonacherMerge pull request #30 from sevas/wordwrap-newline
2011-05-07 Armin RonacherMerge pull request #26 from jek/master
2011-05-07 Armin RonacherMerge pull request #28 from alanhogan/patch-1
2011-04-29 Alan HoganClarity
2010-08-08 Armin RonacherFixed spelling
2010-08-08 Armin RonacherAdded docs for comparisions
2010-05-29 Armin RonacherFixed a typo in the docs
2010-05-29 Armin Ronacherit's now possible to register extensions after an envir...
2010-04-05 Armin RonacherAdded missing reference.
2010-03-15 Armin RonacherDocumented autoescaping behavior and eval contexts.
2010-02-19 Armin RonacherMerged in 2.3.1 release fixes
2010-02-19 Armin Ronachermerged with 2.3-maintenance
2010-02-18 Armin RonacherMerged 2.3.1 in
2010-02-17 Armin RonacherMerged in changes from 2.3.1
2010-02-16 Armin Ronacherthe environment template loading functions now transpar...
2010-02-07 Armin Ronacheradded with-statement extension.
2010-02-06 Armin RonacherDocumentation no longer mentiones "no multiple inherita...
2010-02-06 Armin RonacherFixed typo in documentation.
2010-01-13 Armin Ronacherinclude tags are now able to select between multiple...
2009-09-13 Armin Ronacherspeedup extension is now disabled by default (added...
2009-07-26 Armin Ronachermerged.
2009-07-07 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2009-05-04 Armin RonacherMerged
2009-05-03 Christopher Dentertypo fix
2009-05-02 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2009-05-02 Armin RonacherFixed typo.
2009-04-16 Armin RonacherResolved conflict
2009-03-30 Armin RonacherAdded support for line-based comments.
2009-03-18 Armin RonacherApplied documentation patches by Clemens Hermann.
2009-02-19 Armin RonacherAdded support for optional `scoped` modifier to blocks.
2008-12-27 Armin RonacherInclude statements can now be marked with ``ignore...
2008-10-13 Armin RonacherImplemented and documented "joiner"
2008-10-05 Armin RonacherVarious cleanups and added custom cycler.
2008-10-04 Armin Ronacherimports and includes "with context" are passed the...
2008-09-21 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-09-20 Armin RonacherUnified some code in the super/template reference system.
2008-07-12 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-07-12 Armin RonacherAltered filesizeformat to support both MB and MiB,...
2008-07-10 Christopher GrebsAutomated merge with dev.pocoo.org/hg/jinja2-main/
2008-07-04 Armin RonacherDocumented if-conditional changes.
2008-06-25 Armin RonacherChanged all sentences with occurrences of subscribing...
2008-06-12 Armin RonacherImproved attribute and item lookup by allowing template...
2008-06-09 Benjamin WiegandAutomated merge with dev.pocoo.org/hg/jinja2-main
2008-06-09 Armin Ronacherupdated documentation
2008-05-28 Armin Ronachersome more documentation updates and minor code cleanups...
2008-05-26 Armin Ronacherfixed a bug in error reporting and some small documenta...
2008-05-25 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-24 Armin Ronacherall calls are proxied by context.call now so that we...
2008-05-23 Armin Ronacheradded loopcontrols extension and added unittests for it
2008-05-22 Armin Ronachervariables starting with one or more underscores are...
2008-05-22 Armin Ronachercall is now handled like a regular unnamed macro, refac...
2008-05-19 Armin Ronachermore thread safety in LRUCache
2008-05-15 Armin Ronachervoid -> do
2008-05-15 Armin Ronacherremoved the notice about names in imported macros....
2008-05-12 Armin Ronacherdocumented set changes
2008-05-12 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-11 Armin Ronacherdocumented recursive loops
2008-05-11 Armin Ronacheradded parsing code for "for item in seq recursive"...
2008-05-11 Georg BrandlFix two typos.
2008-05-07 Armin Ronachersome documentation updates
2008-05-06 Armin Ronachersome documentation improvements, jinja escapes " and...
2008-05-04 Armin Ronacherimproved sandbox, added proper striptags and updated...
2008-05-02 Armin Ronacheradded "with context" or "without context" import/includ...
2008-05-01 Lukas MeuserFixed typos in documentation
2008-05-01 Armin Ronachersmall performance improvements
2008-04-30 Armin Ronachermoved caching from loaders to environment and added...
2008-04-29 Armin Ronacheragain documentation updates fixed another python 2...
2008-04-28 Armin Ronacherupdated jinja docs
2008-04-28 Armin Ronacherfixed another python2.4 bug
2008-04-28 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-04-28 Armin Ronacherpython2.4 compatibility and doc updates
2008-04-28 Armin Ronachermore docs and fixed bug in parser that assigned lineno...
2008-04-28 Armin Ronacherfirst version of the jinja2 docs