summaryrefslogtreecommitdiff
path: root/ext/django2jinja
Commit message (Collapse)AuthorAgeFilesLines
* Use print() function in both Python2 and Python 3cclauss2019-10-271-2/+3
|
* use "Jinja" instead of "Jinja2"David Lord2019-10-231-1/+1
|
* Trim trailing white space throughout the projectJon Dufresne2018-08-291-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 overriddenJonas Nockert2013-02-231-1/+1
|
* explanation for a strange monkey patch in django2jinja (thanks djc)Armin Ronacher2009-07-071-1/+4
| | | | | --HG-- branch : trunk
* Copyright switch to "The Jinja Team".Armin Ronacher2009-01-041-1/+1
| | | | | --HG-- branch : trunk
* Added support for variable name translations in django2jinjaJulien Visinand2008-10-201-7/+90
| | | | | --HG-- branch : trunk
* Unified some code in the super/template reference system.Armin Ronacher2008-09-201-1/+1
| | | | | --HG-- branch : trunk
* Added i18n support to django2jinja (not complete support, but the best you ↵Armin Ronacher2008-09-183-2/+115
| | | | | | | can get before django fixes a bug in i18n handling) --HG-- branch : trunk
* Nearly complete core django template code coverage.Armin Ronacher2008-09-164-77/+438
| | | | | --HG-- branch : trunk
* Moved django configuration into the __main__ sectionArmin Ronacher2008-09-161-1/+1
| | | | | --HG-- branch : trunk
* Added first code for a django-to-jinja converterArmin Ronacher2008-09-163-0/+278
--HG-- branch : trunk