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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove "from __future__ import" and "coding: utf-8" (#986)
Johannes Linke
2020-01-02
2
-4
/
+0
*
Add more information to error message when importing a class fails (#814)
David Gibbons
2017-01-05
1
-2
/
+4
*
Remove unused find_command
Johannes Linke
2016-10-31
1
-31
/
+0
*
Remove cached_property, that's in django now
Johannes Linke
2016-10-31
1
-64
/
+0
*
Remove code for old django versions
Johannes Linke
2015-12-09
1
-9
/
+2
*
Remove stringformat.py, it's unused
Johannes Linke
2015-12-04
1
-260
/
+0
*
Use app registry to check for staticfiles on Django >= 1.7.
René Fleschenberg
2015-06-30
1
-1
/
+10
*
Remove compatibility with old 'staticfiles' app
Mathieu Pillard
2014-05-25
1
-13
/
+3
*
Fix E901 SyntaxError in python3.2
Kudlaty
2013-04-16
1
-7
/
+9
*
Change internall import of six to django.utils.six as we don't need add more ...
Kudlaty
2013-04-16
1
-1
/
+2
*
Fix deprecated warnings and add tox test
Kudlaty
2013-04-16
1
-1
/
+3
*
More flake8 fixes
Kudlaty
2013-04-16
2
-36
/
+1
*
Added url2pathname function to compat module
Rafal Stozek
2013-03-21
1
-0
/
+7
*
Initial python 3 compatibility
Rafal Stozek
2013-03-20
3
-4
/
+34
*
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
*
Fix PEP8 errors reported by the new flake8 version (except E128, which we ign...
Mathieu Pillard
2012-07-17
1
-2
/
+1
*
Final flaking.
Jannis Leidel
2012-05-19
1
-14
/
+4
*
More flaking.
Jannis Leidel
2012-05-19
3
-15
/
+5
*
Stop memoizing the filter input and output to prevent memory leakage. Fixes #...
Jannis Leidel
2011-11-02
1
-28
/
+0
*
Fixed staticfiles utils package compatibility packages. Closes #114.
Jannis Leidel
2011-09-07
1
-4
/
+3
*
Import settings from compressor.conf again instead of django.conf to make sur...
Jannis Leidel
2011-09-06
1
-6
/
+5
*
Moved settings handling over to django-appconf and fixed coverage.
Jannis Leidel
2011-08-25
1
-107
/
+0
*
Moved tests out of the app to stay sane and changed a few things. E.g. the in...
Jannis Leidel
2011-08-10
1
-0
/
+26
*
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
2
-20
/
+24
*
Moved decorator to proper util module.
Jannis Leidel
2011-05-13
1
-0
/
+0
*
Fixed PATH handling on windows.
Jannis Leidel
2011-05-11
1
-2
/
+10
*
Minor nitpicking and style changes.
Jannis Leidel
2011-05-11
1
-8
/
+8
*
Use absolute imports in the staticfiles module to prevent import exceptions. ...
Jannis Leidel
2011-04-21
1
-0
/
+2
*
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
2
-262
/
+278
*
Moved cached_property to compressor.utils.cache.
Jannis Leidel
2011-04-16
2
-66
/
+66
*
Moved AppSettings class to compressor.utils.settings.
Jannis Leidel
2011-04-16
2
-108
/
+107
*
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
2
-0
/
+560