summaryrefslogtreecommitdiff
path: root/compressor/utils
Commit message (Collapse)AuthorAgeFilesLines
* Reformat with black (#1151)Mathieu Pillard2022-10-282-12/+16
| | | | | * Reformat with black * Update flake8 ignores
* Remove "from __future__ import" and "coding: utf-8" (#986)Johannes Linke2020-01-022-4/+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
|
* Remove cached_property, that's in django nowJohannes Linke2016-10-311-64/+0
|
* Remove code for old django versionsJohannes Linke2015-12-091-9/+2
|
* Remove stringformat.py, it's unusedJohannes Linke2015-12-041-260/+0
|
* Use app registry to check for staticfiles on Django >= 1.7.René Fleschenberg2015-06-301-1/+10
| | | | This fixes issue #626.
* Remove compatibility with old 'staticfiles' appMathieu Pillard2014-05-251-13/+3
|
* Fix E901 SyntaxError in python3.2Kudlaty2013-04-161-7/+9
|
* Change internall import of six to django.utils.six as we don't need add more ↵Kudlaty2013-04-161-1/+2
| | | | dependecies
* Fix deprecated warnings and add tox testKudlaty2013-04-161-1/+3
|
* More flake8 fixesKudlaty2013-04-162-36/+1
|
* Added url2pathname function to compat moduleRafal Stozek2013-03-211-0/+7
|
* Initial python 3 compatibilityRafal Stozek2013-03-203-4/+34
|
* 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
|
* Fix PEP8 errors reported by the new flake8 version (except E128, which we ↵Mathieu Pillard2012-07-171-2/+1
| | | | ignore for the time being)
* Final flaking.Jannis Leidel2012-05-191-14/+4
|
* More flaking.Jannis Leidel2012-05-193-15/+5
|
* Stop memoizing the filter input and output to prevent memory leakage. Fixes ↵Jannis Leidel2011-11-021-28/+0
| | | | #140 and #139.
* Fixed staticfiles utils package compatibility packages. Closes #114.Jannis Leidel2011-09-071-4/+3
|
* Import settings from compressor.conf again instead of django.conf to make ↵Jannis Leidel2011-09-061-6/+5
| | | | sure they are loaded correctly.
* Moved settings handling over to django-appconf and fixed coverage.Jannis Leidel2011-08-251-107/+0
|
* Moved tests out of the app to stay sane and changed a few things. E.g. the ↵Jannis Leidel2011-08-101-0/+26
| | | | inclusion of JavaScript files now happens without charset (as they are deprecated in HTML5).
* Stop using shlex.split for the command and open a shell instead.Jannis Leidel2011-05-261-1/+0
|
* Minor style fixes.Jannis Leidel2011-05-132-20/+24
|
* Moved decorator to proper util module.Jannis Leidel2011-05-131-0/+0
|
* Fixed PATH handling on windows.Jannis Leidel2011-05-111-2/+10
|
* Minor nitpicking and style changes.Jannis Leidel2011-05-111-8/+8
|
* Use absolute imports in the staticfiles module to prevent import exceptions. ↵Jannis Leidel2011-04-211-0/+2
| | | | Fixes #38.
* 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-162-262/+278
|
* Moved cached_property to compressor.utils.cache.Jannis Leidel2011-04-162-66/+66
|
* Moved AppSettings class to compressor.utils.settings.Jannis Leidel2011-04-162-108/+107
|
* Use Django's import_module instead of shipping our own.Jannis Leidel2011-04-161-38/+0
|
* Moving staticfiles_compat to utils.Jaap Roes2011-04-142-0/+560