This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-django-compressor
Code
Issues
Proposed changes
Files
fddd27aff0504c6d525a91f918ef9591cad66f0b
deb-python-django-compressor
/
tests
History
Jannis Leidel
fddd27aff0
Pass the compressor class as the sender to the post_compress signal, not the rather generic string named 'django-compressor'.
2011-11-24 14:02:17 +01:00
..
media
Introduce new way of adding a suffix to URLs in CssAbsoluteFilter, by hashing the content of the corresponding filenames.
2011-08-19 18:54:06 +02:00
templates
Fixes checksum calculation in offline mode with templatetags inside compress blocks.
2011-11-07 08:53:05 +01:00
tests
Pass the compressor class as the sender to the post_compress signal, not the rather generic string named 'django-compressor'.
2011-11-24 14:02:17 +01:00
__init__.py
Moved tests out of the app to stay sane and changed a few things. E.g. the inclusion of JavaScript files now happens without charset (as they are deprecated in HTML5).
2011-08-10 17:38:20 +02:00
models.py
Moved tests out of the app to stay sane and changed a few things. E.g. the inclusion of JavaScript files now happens without charset (as they are deprecated in HTML5).
2011-08-10 17:38:20 +02:00
precompiler.py
Moved tests out of the app to stay sane and changed a few things. E.g. the inclusion of JavaScript files now happens without charset (as they are deprecated in HTML5).
2011-08-10 17:38:20 +02:00
settings.py
Moved settings handling over to django-appconf and fixed coverage.
2011-08-25 17:52:35 +02:00
tox.ini
Avoid using echo in tox.ini which causes tox warnings
2011-11-07 08:50:49 +01:00