deb-python-django-compressor/compressor
Mathieu Pillard 33aafe709a Merge branch 'master' into develop
(I merged #726 into master by accident)
2016-01-22 18:10:23 +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 Add back a CSSMinFilter filter for compatibility. 2016-01-07 18:01:29 +01:00
management Work-around to get compressor working for jinja2 templates in django 1.8. 2015-12-24 16:54:56 +01:00
offline Fix errors in django 1.8 and below 2016-01-20 17:07:37 +05:30
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 Remove debug comment 2016-01-20 18:04:58 +05:30
utils Remove code for old django versions 2015-12-09 19:02:27 +01:00
__init__.py Bump version to 2.0 2016-01-07 18:20:27 +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 Fixed Django 1.8+ deprecation warning for Storage.get_available_name 2015-10-23 11:23:17 +01:00
test_settings.py Switch tests to new TEMPLATES setting 2015-12-24 16:00:57 +01:00