summaryrefslogtreecommitdiff
path: root/compressor/contrib/jinja2ext.py
Commit message (Expand)AuthorAgeFilesLines
* Reformat with black (#1151)Mathieu Pillard2022-10-281-20/+26
* Make the jinja2 extension not break on OUTPUT_PRELOADJohannes Linke2019-08-181-1/+1
* Updated jinja2 extension to behave similar to the django tag (#899)Rick van Hattem2018-03-101-28/+59
* removed usage of JINJA2_FORCEDLucas Tan2014-03-221-4/+7
* removed unnecessary context argLucas Tan2014-03-121-2/+1
* added Jinja2 settingsLucas Tan2014-03-121-1/+2
* Updated Jinja2 parser.Lucas Tan2014-03-091-3/+4
* Support for the kind in the endblockWoLpH2013-11-191-0/+4
* Initial python 3 compatibilityRafal Stozek2013-03-201-1/+1
* Fix PEP8 errors reported by the new flake8 version (except E128, which we ign...Mathieu Pillard2012-07-171-1/+1
* Fixed a few minor things.Jannis Leidel2012-01-301-3/+2
* fix parameter ordering, tests passdziegler2011-12-161-8/+0
* Allow jinja2ext to use offline compression. Refactor the compress templatetag...dziegler2011-12-161-42/+13
* Code cleanups for the new Jinja2 contrib extension.Jannis Leidel2011-09-211-7/+7
* Added tests for jinja2 extension after tests refactor (#92)Lukasz Balcerzak2011-09-211-5/+12
* Added jinja2 extensionLukasz Balcerzak2011-09-211-0/+78