Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Django 4.2 tox update (#1189)HEADdevelop | Jonas Vacek | 2023-05-14 | 1 | -0/+1 |
| | | | | | | | | | | | | | * Update tox.ini for Django 4.2 * Fix 4.2 deps * Update ci.yml matrix for 4.2 * Update classifiers --------- Co-authored-by: Mathieu Pillard <diox@users.noreply.github.com> | ||||
* | 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 |
| | | | | | * Officially support Python 3.11 * Implement __hash__ in LazyScriptNamePrefixedUrl to fix Python 3.11 tests | ||||
* | 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 release3.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 | ||||
| * | Remove outdated code | tufedtm | 2021-04-13 | 1 | -4/+10 |
| | | |||||
* | | Update Django/Python support | Bruno Alla | 2021-04-12 | 1 | -0/+1 |
|/ | | | | | | | | | | | | - Add Python 3.9 - Add Django 3.1 and 3.2 However, to achieve that, we also need to: - Bump django-sekizai to v2 (earlier versions don't support Django 3.1) - Drop support for Django 1.11 (django-sekizai 2 requires Django 2.2 or higher) We've passed the end of extended support for Django 1.11 by more than a year (April 1, 2020) so I think it should be ok to make this breaking change. | ||||
* | 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 |
| | | | | | | | | | | | | * Drop support for python 2 * Drop support for django 2.1 * Drop support for python 3.4 * Synchronize with travis.yml * Synchronize with setup.py | ||||
* | 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 |
| | | | Closes #949 | ||||
* | Upgrade rJSmin to 1.1.0 (#936) | Illia Volochii | 2019-04-20 | 1 | -1/+1 |
| | | | | | | * Upgrade rJSmin to 1.1.0 * Upgrade rJSmin for tests to 1.1.0 | ||||
* | 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 |
| | | | | | | | | As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified. | ||||
* | 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. ↵ | Johannes Linke | 2015-12-04 | 1 | -0/+2 |
| | | | | ref #664 | ||||
* | 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 |
| | | | Thanks to @brettcannon for the suggestion. | ||||
* | Fix for extracting version number in Python 3 | Maik Hoepfel | 2014-01-24 | 1 | -8/+13 |
| | | | | | | | | | setuptools chokes when installing a tarball of django-compressor's HEAD of develop under Python 3. The flaw lies with extracting the version number. As suggested by @jezdez, this commit merely ports the version extracting code from django-configurations. | ||||
* | 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 ↵ | Mathieu Pillard | 2012-07-17 | 1 | -12/+8 |
| | | | | ignore for the time being) | ||||
* | Simplified the version handling further, `compressor.__version__` is now the ↵ | Jannis Leidel | 2012-02-14 | 1 | -15/+28 |
| | | | | canonical location following well defined Python best practices. | ||||
* | 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 |
|\ | | | | | | | | | Conflicts: docs/changelog.txt | ||||
| * | 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 ↵ | Jannis Leidel | 2011-08-10 | 1 | -1/+1 |
| | | | | inclusion of JavaScript files now happens without charset (as they are deprecated in HTML5). | ||||
* | Created new parser, HtmlParser, based on the stdlib HTMLParser module. | Jaap Roes | 2011-04-20 | 1 | -3/+0 |
| | | | | | Added AutoSelectParser, picks LxmlParser if lxml is available, falls back to HtmlParser if not, also the new default. Created a special BeautifulSoupTest in order to still test this parser. Updated README, installation and settings docs to reflect these changes. | ||||
* | Merge branch 'readme_tweaks' of https://github.com/jaap3/django_compressor ↵ | Jannis Leidel | 2011-04-18 | 1 | -1/+1 |
|\ | | | | | | | into jaap3-readme_tweaks |