summaryrefslogtreecommitdiff
path: root/compressor/filters/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Reformat with black (#1151)Mathieu Pillard2022-10-281-2/+7
* Only cache precompilers specified in COMPRESS_CACHEABLE_PRECOMPILERS setting,...Pindi Albert2015-09-061-1/+1
* Final flaking.Jannis Leidel2012-05-191-1/+2
* Various PEP8 and pyflakes related fixes.Jannis Leidel2012-05-191-1/+1
* Introduce new way of adding a suffix to URLs in CssAbsoluteFilter, by hashing...Mathieu Pillard2011-08-191-1/+2
* Added CallbackOutputFilter to simplify the implementation of callback based o...Jannis Leidel2011-08-091-1/+1
* Introduced a CompilerFilter class that can be used by the pre-compilation fea...Jannis Leidel2011-03-301-1/+1
* Moved base filter to base module.Jannis Leidel2011-03-281-14/+1
* Adopted AppSettings and moved a few things from utils to the cache module whe...Jannis Leidel2011-02-091-3/+2
* compress.filters.FilterBase alllows setting the verbosity whileShabda Raaj2010-08-111-1/+3
* Refactored the compressor code a little (split in separate modules). Also abs...Jannis Leidel2010-06-071-35/+3
* Making FilterBase a new style class.Justin Lilly2009-10-191-1/+1
* Filters switched to define both input and output and passes type to filter in...xian2009-04-271-3/+5
* Hashes and creates files now. xian2009-04-271-2/+31
* Initial commit (includes bits from django-compress)xian2009-04-241-0/+14