Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use print() function in both Python2 and Python 3 | cclauss | 2019-10-27 | 1 | -2/+3 |
| | |||||
* | use "Jinja" instead of "Jinja2" | David Lord | 2019-10-23 | 1 | -1/+1 |
| | |||||
* | Trim trailing white space throughout the project | Jon Dufresne | 2018-08-29 | 1 | -14/+14 |
| | | | | | | Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner by avoiding spurious white space changes on unrelated lines. | ||||
* | Fixed typos: overriden to overridden | Jonas Nockert | 2013-02-23 | 1 | -1/+1 |
| | |||||
* | explanation for a strange monkey patch in django2jinja (thanks djc) | Armin Ronacher | 2009-07-07 | 1 | -1/+4 |
| | | | | | --HG-- branch : trunk | ||||
* | Copyright switch to "The Jinja Team". | Armin Ronacher | 2009-01-04 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | Added support for variable name translations in django2jinja | Julien Visinand | 2008-10-20 | 1 | -7/+90 |
| | | | | | --HG-- branch : trunk | ||||
* | Unified some code in the super/template reference system. | Armin Ronacher | 2008-09-20 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | Added i18n support to django2jinja (not complete support, but the best you ↵ | Armin Ronacher | 2008-09-18 | 3 | -2/+115 |
| | | | | | | | can get before django fixes a bug in i18n handling) --HG-- branch : trunk | ||||
* | Nearly complete core django template code coverage. | Armin Ronacher | 2008-09-16 | 4 | -77/+438 |
| | | | | | --HG-- branch : trunk | ||||
* | Moved django configuration into the __main__ section | Armin Ronacher | 2008-09-16 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | Added first code for a django-to-jinja converter | Armin Ronacher | 2008-09-16 | 3 | -0/+278 |
--HG-- branch : trunk |