This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-django-compressor
Code
Issues
Proposed changes
Files
c3fab9b01bc87c36f44bde6e6c1b97c338227da1
deb-python-django-compressor
/
compressor
History
Benjamin Wohlwend
c3fab9b01b
Use the
safe
filter for inline content and respect the use of the
media
attribute on inline style if available.
2010-06-05 12:50:03 +02:00
..
conf
Added optional caching of mtime checks. Set COMPRESS_MTIME_DELAY to the amount of time (in seconds) to cache the getmtime results.
2010-06-02 12:15:34 +02:00
filters
Added optional caching of mtime checks. Set COMPRESS_MTIME_DELAY to the amount of time (in seconds) to cache the getmtime results.
2010-06-02 12:15:34 +02:00
templates
/compressor
Use the
safe
filter for inline content and respect the use of the
media
attribute on inline style if available.
2010-06-05 12:50:03 +02:00
templatetags
Added an inline render mode.
2010-06-05 12:45:48 +02:00
__init__.py
Use the
safe
filter for inline content and respect the use of the
media
attribute on inline style if available.
2010-06-05 12:50:03 +02:00
storage.py
Added support for pluggable storage backends to agnostically handle the actual build location.
2010-02-10 18:42:28 +01:00