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
/
setup.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Django 4.2 tox update (#1189)
HEAD
develop
Jonas Vacek
2023-05-14
1
-0
/
+1
*
Doc fixes, prepare 4.3.1
Mathieu Pillard
2023-01-22
1
-3
/
+4
*
Officially support Python 3.11 (#1168)
Mathieu Pillard
2023-01-06
1
-0
/
+1
*
Drop older versions of Django (2.2, 3.1) & Python (3.7) (#1150)
Mathieu Pillard
2022-10-31
1
-46
/
+59
*
Drop Python 3.6 support (#1148)
Mathieu Pillard
2022-10-14
1
-1
/
+0
*
Bump rcssmin to version 1.1.1 (#1137)
Areski Belaid
2022-10-14
1
-1
/
+1
*
add GitHub URL for PyPi (#1104)
Andrii Oriekhov
2022-04-03
1
-0
/
+3
*
Prepare 3.0 release
3.0
Mathieu Pillard
2021-12-12
1
-5
/
+5
*
Update RCSSMIN version (#1085)
Miku Chan
2021-12-07
1
-1
/
+1
*
Updated rjsmin dependency. (#1080)
Miku Chan
2021-11-22
1
-1
/
+1
*
Update classifiers (#1062)
Jaap Roes
2021-09-16
1
-1
/
+1
*
Merge pull request #1049 from cron-ooo/outdated
Mathieu Pillard
2021-04-13
1
-4
/
+10
|
\
|
*
Remove outdated code
tufedtm
2021-04-13
1
-4
/
+10
*
|
Update Django/Python support
Bruno Alla
2021-04-12
1
-0
/
+1
|
/
*
Remove "from __future__ import" and "coding: utf-8" (#986)
Johannes Linke
2020-01-02
1
-1
/
+0
*
Remove six (#976)
Albert Wang
2020-01-02
1
-1
/
+0
*
Remove support for python 2.7, 3.4 and django 2.1 (#965)
Albert Wang
2020-01-02
1
-3
/
+0
*
Update django-appconf
Albert Wang
2019-12-20
1
-1
/
+1
*
Synchronize with setup.py
Albert Wang
2019-12-14
1
-0
/
+1
*
Allow six to be upgraded (#972)
Jaap Roes
2019-12-09
1
-1
/
+1
*
Use six directly instead of django.utils.six (#950)
Tobias Kunze
2019-07-06
1
-0
/
+1
*
Upgrade rJSmin to 1.1.0 (#936)
Illia Volochii
2019-04-20
1
-1
/
+1
*
Return Python 3.4 to the list of package classifiers
Illia Volochii
2019-04-19
1
-0
/
+1
*
Update classifiers of the package
Illia Volochii
2019-04-19
1
-3
/
+1
*
Add django 2.0 to the build matrix (#896)
Bruno Alla
2018-03-10
1
-0
/
+1
*
Convert readthedocs link for their .org -> .io migration for hosted projects
Adam Chainz
2016-05-31
1
-1
/
+1
*
Updated required django-appconf version.
Jon
2016-02-03
1
-1
/
+1
*
remove setup.py classifier for py2.6, add py3.5
Nik Nyby
2015-12-16
1
-1
/
+1
*
Remove rcssmin and rjsmin from the repo and make them proper dependencies. re...
Johannes Linke
2015-12-04
1
-0
/
+2
*
Add 3.4 trove classifier
Ville Skyttä
2015-10-18
1
-0
/
+1
*
Added generic trove classifiers for Python 2.x and 3.x.
Jannis Leidel
2014-02-14
1
-0
/
+2
*
Fix for extracting version number in Python 3
Maik Hoepfel
2014-01-24
1
-8
/
+13
*
Ported setup.py to python 3
Rafal Stozek
2013-03-20
1
-7
/
+10
*
Updated links to the docs.
Jannis Leidel
2013-03-18
1
-1
/
+1
*
Removed 2.5 from trove classifiers.
Jannis Leidel
2013-03-18
1
-1
/
+0
*
Fix PEP8 errors reported by the new flake8 version (except E128, which we ign...
Mathieu Pillard
2012-07-17
1
-12
/
+8
*
Simplified the version handling further, `compressor.__version__` is now the ...
Jannis Leidel
2012-02-14
1
-15
/
+28
*
Stopped using versiontools.
Jannis Leidel
2012-02-01
1
-4
/
+1
*
Merge branch 'hotfix/1.1.2' into develop
Jannis Leidel
2012-01-10
1
-1
/
+1
|
\
|
*
Fixed an installation issue with versionstools. Closes #181.
Jannis Leidel
2012-01-10
1
-1
/
+1
*
|
Made sure package_data contains the right stuff.
Jannis Leidel
2011-12-05
1
-2
/
+1
*
|
Moved tests in the compressor package again.
Jannis Leidel
2011-12-05
1
-1
/
+1
|
/
*
Fixed a bunch of forgotten things, d'oh!
Jannis Leidel
2011-09-07
1
-3
/
+3
*
A few minor fixes to the setup.py.
Jannis Leidel
2011-08-25
1
-5
/
+6
*
Fixed license parameter in setup.py to correct value (MIT).
Jannis Leidel
2011-08-25
1
-2
/
+2
*
Make sure of versiontools for version handling.
Jannis Leidel
2011-08-25
1
-1
/
+4
*
Moved settings handling over to django-appconf and fixed coverage.
Jannis Leidel
2011-08-25
1
-0
/
+3
*
Moved tests out of the app to stay sane and changed a few things. E.g. the in...
Jannis Leidel
2011-08-10
1
-1
/
+1
*
Created new parser, HtmlParser, based on the stdlib HTMLParser module.
Jaap Roes
2011-04-20
1
-3
/
+0
*
Merge branch 'readme_tweaks' of https://github.com/jaap3/django_compressor in...
Jannis Leidel
2011-04-18
1
-1
/
+1
|
\
[next]