index
:
delta/python-packages/django-compressor.git
black
dependabot/pip/requirements/beautifulsoup4-4.12.2
dependabot/pip/requirements/calmjs-3.4.4
dependabot/pip/requirements/coverage-7.2.3
dependabot/pip/requirements/jinja2-2.11.3
dependabot/pip/requirements/lxml-4.6.3
develop
django-2.2-support
django-4.1-ci
drop-python-3.6
drop-python-3.7-and-old-djangos
fix-tests-coffin-breakage
master
prepare-for-2.0
rtd-config
simplify-settings
update-pypi-badge
update-template-doc-link
github.com: django-compressor/django-compressor.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compressor
/
utils
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change internall import of six to django.utils.six as we don't need add more ...
Kudlaty
2013-04-16
1
-1
/
+2
*
Initial python 3 compatibility
Rafal Stozek
2013-03-20
1
-3
/
+5
*
Fixed possible UnboundLocalError exception
Rafal Stozek
2013-03-20
1
-6
/
+5
*
Remove old python 2.5 compatibility functions as we are dropping 2.5 support
Mathieu Pillard
2013-03-08
1
-29
/
+0
*
More flaking.
Jannis Leidel
2012-05-19
1
-0
/
+1
*
Stop using shlex.split for the command and open a shell instead.
Jannis Leidel
2011-05-26
1
-1
/
+0
*
Minor style fixes.
Jannis Leidel
2011-05-13
1
-19
/
+23
*
Fixed PATH handling on windows.
Jannis Leidel
2011-05-11
1
-2
/
+10
*
Stop overwriting the CompileFilter's options attribute in the __init__ method...
Jannis Leidel
2011-04-18
1
-0
/
+29
*
Moved FormattableString to compressor.utils.stringformat.
Jannis Leidel
2011-04-16
1
-262
/
+0
*
Moved cached_property to compressor.utils.cache.
Jannis Leidel
2011-04-16
1
-66
/
+0
*
Moved AppSettings class to compressor.utils.settings.
Jannis Leidel
2011-04-16
1
-108
/
+0
*
Use Django's import_module instead of shipping our own.
Jannis Leidel
2011-04-16
1
-38
/
+0
*
Moving staticfiles_compat to utils.
Jaap Roes
2011-04-14
1
-0
/
+533