Files
deb-python-django-compressor/requirements
Daniel Hahler a13c143e26 contrib.sekizai: fix double-rendering: use TextNode, not Template
Use `TextNode(data)` instead of `Template(data).nodelist` to parse the
template only once.

The report and fix was initially provided by Aaron McMillin.

Fixes #361
Closes #362
2015-09-22 19:51:30 +02:00
..