summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Added Python 3 section to the documentation.Armin Ronacher2010-02-101-0/+16
* Documentation recommends distribute now.Armin Ronacher2010-02-101-8/+9
* Some tiny documentation fixes (unicode -> Unicode)Armin Ronacher2010-02-092-10/+10
* added with-statement extension.Armin Ronacher2010-02-072-0/+46
* Documentation no longer mentiones "no multiple inheritance" support. thatArmin Ronacher2010-02-061-5/+1
* Fixed typo in documentation.Armin Ronacher2010-02-061-1/+1
* include tags are now able to select between multiple templatesArmin Ronacher2010-01-142-1/+16
* Reverted [73b04625ab54]. The old behavior is the new behavior, the otherArmin Ronacher2009-10-261-19/+8
* Fix typo.Georg Brandl2009-10-191-2/+2
* added a deprecation warning for a variable assignment, scope bugArmin Ronacher2009-09-181-0/+37
* Fixed the install docs.Armin Ronacher2009-09-131-5/+2
* speedup extension is now disabled by default (added message) and fixed aArmin Ronacher2009-09-131-1/+1
* Disabled speedups by default.2.2Armin Ronacher2009-09-131-12/+13
* (codename Kong, released on September 12th 2009)Armin Ronacher2009-09-131-4/+8
* Added the `meta` module.Armin Ronacher2009-07-263-13/+14
* MergedArmin Ronacher2009-05-041-2/+2
|\
| * typo fixChristopher Denter2009-05-031-1/+1
| * Automated merge with ssh://team@pocoo.org/jinja2-mainArmin Ronacher2009-05-021-1/+1
| |\
| | * Fixed typo.Armin Ronacher2009-05-021-1/+1
* | | Improved changelog renderingArmin Ronacher2009-04-282-17/+2
|/ /
* | Fix typo. Closes #343Christopher Denter2009-04-281-1/+1
|/
* Added support for line-based comments.Armin Ronacher2009-03-301-0/+8
* Applied documentation patches by Clemens Hermann.Armin Ronacher2009-03-183-17/+16
* Added support for optional `scoped` modifier to blocks.Armin Ronacher2009-02-191-0/+26
* Fixed a documenation bug in the cache extension.Armin Ronacher2009-02-081-1/+1
* Priority of `not` raised. It's now possible to write `not foo in bar`Armin Ronacher2009-02-042-2/+3
* Include statements can now be marked with ``ignore missing`` to skipArmin Ronacher2008-12-271-0/+10
* Fixed a typoArmin Ronacher2008-12-081-1/+1
* Updated documentation to reflect the new speedups installation behavior.2.1Armin Ronacher2008-11-231-1/+33
* Added support for `Environment.compile_expression`.Armin Ronacher2008-11-021-1/+1
* Implemented and documented "joiner"Armin Ronacher2008-10-131-0/+20
* Various cleanups and added custom cycler.Armin Ronacher2008-10-051-0/+42
* imports and includes "with context" are passed the full context now, not only...Armin Ronacher2008-10-041-0/+13
* Unified some code in the super/template reference system.Armin Ronacher2008-09-201-1/+3
* Fixed bytecode cache and added support for memcached (tests still missing)Armin Ronacher2008-09-181-0/+2
* Improved bbcache and documented it.Armin Ronacher2008-09-171-22/+62
* filter -> test in the tests section (i feel so embarrassed).Armin Ronacher2008-09-111-3/+3
* Altered filesizeformat to support both MB and MiB, documented `{% filter %}`.Armin Ronacher2008-07-121-0/+11
* Documented if-conditional changes.Armin Ronacher2008-07-041-0/+5
* Added non-babel output mode to extract_from_ast, integreated jinja2 doctests ...Armin Ronacher2008-06-271-4/+9
* Changed all sentences with occurrences of subscribing to a similar sentence t...Armin Ronacher2008-06-251-5/+4
* Documented differences of cycling between Django and Jinja2.Armin Ronacher2008-06-191-0/+21
* Added `TemplateStream.dump`.Armin Ronacher2008-06-171-1/+1
* Added example extension that uses the stream filtering and added unittests.Armin Ronacher2008-06-141-0/+5
* added support for token stream filtering and preprocessing.Armin Ronacher2008-06-132-1/+3
* Improved attribute and item lookup by allowing template designers to express ...Armin Ronacher2008-06-122-0/+27
* updated documentationArmin Ronacher2008-06-099-51/+158
* data files are optional nowArmin Ronacher2008-05-281-11/+32
* some more documentation updates and minor code cleanups. Additionally True a...Armin Ronacher2008-05-287-26/+146
* improved sandbox and updated setup.pyArmin Ronacher2008-05-261-1/+1