This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-django-compressor
Code
Issues
Proposed changes
Files
693464a1c278855747c1b5c96c48dcdd4c5f9cab
deb-python-django-compressor
/
compressor
/
utils
History
René Fleschenberg
1088303dee
Use app registry to check for staticfiles on Django >= 1.7.
...
This fixes issue
#626
.
2015-06-30 22:03:53 +02:00
..
__init__.py
Change internall import of six to django.utils.six as we don't need add more dependecies
2013-04-16 11:25:42 +02:00
decorators.py
Stop memoizing the filter input and output to prevent memory leakage.
Fixes
#140
and
#139
.
2011-11-02 13:29:39 +01:00
staticfiles.py
Use app registry to check for staticfiles on Django >= 1.7.
2015-06-30 22:03:53 +02:00
stringformat.py
Fix E901 SyntaxError in python3.2
2013-04-16 18:26:04 +02:00