summaryrefslogtreecommitdiff
path: root/ext/django2jinja/django2jinja.py
Commit message (Expand)AuthorAgeFilesLines
* remove old scripts and examplesDavid Lord2020-01-101-812/+0
* apply flake8David Lord2020-01-101-86/+88
* apply blackDavid Lord2020-01-101-150/+183
* apply reorder-python-importsDavid Lord2020-01-101-6/+14
* 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
* 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
* Copyright switch to "The Jinja Team".Armin Ronacher2009-01-041-1/+1
* Added support for variable name translations in django2jinjaJulien Visinand2008-10-201-7/+90
* Unified some code in the super/template reference system.Armin Ronacher2008-09-201-1/+1
* Added i18n support to django2jinja (not complete support, but the best you ca...Armin Ronacher2008-09-181-1/+92
* Nearly complete core django template code coverage.Armin Ronacher2008-09-161-66/+399
* Moved django configuration into the __main__ sectionArmin Ronacher2008-09-161-1/+1
* Added first code for a django-to-jinja converterArmin Ronacher2008-09-161-0/+258