deb-python-django-compressor/compressor
Mathieu Pillard e2b7a3efda Release 2.1.1 to fix #819 (packaging issue) 2017-02-02 11:38:34 +01:00
..
contrib Applied TextNode fix to sekizai postprocessor, fixes the double render issue. fixes #361 2015-09-22 19:47:07 +02:00
filters Fixing CssAbsoluteFilter changes double quotes to single quotes which causes svg to fail 2016-05-10 22:15:26 +05:00
management Use COMPRESS_OFFLINE_CONTEXT in offline templates discovery 2016-05-11 11:13:45 +02:00
offline Use COMPRESS_OFFLINE_CONTEXT in offline templates discovery 2016-05-11 11:13:45 +02:00
parser Cleanup imports, use more six 2015-12-09 19:02:28 +01:00
templates/compressor Merge remote-tracking branch 'GermanoGuerrini/develop' into develop 2014-12-30 13:14:02 +01:00
templatetags Minor refactoring in compress templatetag: part 2 2015-09-23 12:44:00 +02:00
tests Handle more stream closing with "with" 2016-08-04 11:45:53 +03:00
utils Remove code for old django versions 2015-12-09 19:02:27 +01:00
__init__.py Release 2.1.1 to fix #819 (packaging issue) 2017-02-02 11:38:34 +01:00
base.py Use django.utils.six instead of six 2015-12-15 12:41:21 +02:00
cache.py Cleanup imports, use more six 2015-12-09 19:02:28 +01:00
conf.py return jinja2 template environment per docs 2016-01-18 23:23:24 -05:00
css.py Minor refactoring in Compressor's constructor 2015-09-23 11:26:38 +02:00
exceptions.py added jinja2 compress offline support 2014-03-05 23:14:40 +08:00
finders.py Return an empty list of files in the staticfiles finder so staticfiles doesn't pick up any file when running collectstatic. This fixes #63. 2011-08-09 12:35:30 +02:00
js.py Minor refactoring in Compressor's constructor 2015-09-23 11:26:38 +02:00
models.py Various PEP8 and pyflakes related fixes. 2012-05-19 20:03:59 +02:00
signals.py Use new context hook to pass name argument from tag to compressor to signal. 2011-08-26 22:42:23 -04:00
storage.py Handle more stream closing with "with" 2016-08-04 11:45:53 +03:00
test_settings.py Switch tests to new TEMPLATES setting 2015-12-24 16:00:57 +01:00