This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-django-compressor
Code
Issues
Proposed changes
Files
f527f7628b8191643b567f3de93c6024a19f5f9c
deb-python-django-compressor
/
tests
History
Jannis Leidel
c45d8722db
Introduced a
get_hashed_content
function and actually enabled the tests for the CSS hash method tests.
2011-11-25 17:06:03 +01:00
..
media
both precompiled and standard files rendered without compression when COMPRESS_ENABLED==False and COMPRESS_PRECOMPILERS != []
2011-11-24 16:35:34 +11:00
templates
Added tests and changelog entry for previous commit.
Fixes
#138
.
2011-11-24 15:26:59 +01:00
tests
Introduced a
get_hashed_content
function and actually enabled the tests for the CSS hash method tests.
2011-11-25 17:06:03 +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