summaryrefslogtreecommitdiff
path: root/compressor/utils/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Change internall import of six to django.utils.six as we don't need add more ...Kudlaty2013-04-161-1/+2
* 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__ method...Jannis Leidel2011-04-181-0/+29
* 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