summaryrefslogtreecommitdiff
path: root/compressor/utils/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Reformat with black (#1151)Mathieu Pillard2022-10-281-9/+13
| | | | | * Reformat with black * Update flake8 ignores
* Remove "from __future__ import" and "coding: utf-8" (#986)Johannes Linke2020-01-021-2/+0
|
* Add more information to error message when importing a class fails (#814)David Gibbons2017-01-051-2/+4
|
* Remove unused find_commandJohannes Linke2016-10-311-31/+0
|
* Change internall import of six to django.utils.six as we don't need add more ↵Kudlaty2013-04-161-1/+2
| | | | dependecies
* Initial python 3 compatibilityRafal Stozek2013-03-201-3/+5
|
* Fixed possible UnboundLocalError exceptionRafal Stozek2013-03-201-6/+5
|
* Remove old python 2.5 compatibility functions as we are dropping 2.5 supportMathieu Pillard2013-03-081-29/+0
|
* More flaking.Jannis Leidel2012-05-191-0/+1
|
* Stop using shlex.split for the command and open a shell instead.Jannis Leidel2011-05-261-1/+0
|
* Minor style fixes.Jannis Leidel2011-05-131-19/+23
|
* Fixed PATH handling on windows.Jannis Leidel2011-05-111-2/+10
|
* Stop overwriting the CompileFilter's options attribute in the __init__ ↵Jannis Leidel2011-04-181-0/+29
| | | | method. Added optional test for the CSSTidy filter. Fixes issue #33.
* Moved FormattableString to compressor.utils.stringformat.Jannis Leidel2011-04-161-262/+0
|
* Moved cached_property to compressor.utils.cache.Jannis Leidel2011-04-161-66/+0
|
* Moved AppSettings class to compressor.utils.settings.Jannis Leidel2011-04-161-108/+0
|
* Use Django's import_module instead of shipping our own.Jannis Leidel2011-04-161-38/+0
|
* Moving staticfiles_compat to utils.Jaap Roes2011-04-141-0/+533