This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-django-compressor
Code
Issues
Proposed changes
Files
fd8ac9c04219d027d0646ca7f2ead9e57ef1fd2d
deb-python-django-compressor
/
compressor
/
utils
History
Jannis Leidel
31c82f66b3
Use absolute imports in the staticfiles module to prevent import exceptions.
Fixes
#38
.
2011-04-21 10:50:43 +02:00
..
__init__.py
Stop overwriting the CompileFilter's options attribute in the __init__ method. Added optional test for the CSSTidy filter. Fixes issue
#33
.
2011-04-18 11:25:09 +02:00
cache.py
Moved cached_property to compressor.utils.cache.
2011-04-16 19:43:36 +02:00
settings.py
Moved AppSettings class to compressor.utils.settings.
2011-04-16 19:41:38 +02:00
staticfiles.py
Use absolute imports in the staticfiles module to prevent import exceptions.
Fixes
#38
.
2011-04-21 10:50:43 +02:00
stringformat.py
Moved FormattableString to compressor.utils.stringformat.
2011-04-16 19:45:09 +02:00