| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | Update .github/workflows/ci.yml | Mathieu Pillard | 2021-04-11 | 1 | -2/+1 | |
| | | * | | Update contributing guide | Bruno Alla | 2021-04-11 | 1 | -8/+2 | |
| | | * | | Run CI on current branch | Bruno Alla | 2021-04-11 | 1 | -0/+1 | |
| | | * | | Migrate CI to Github actions | Bruno Alla | 2021-04-11 | 3 | -44/+51 | |
| | |/ / | ||||||
| | * | | Merge pull request #1035 from django-compressor/dependabot/pip/requirements/l... | Mathieu Pillard | 2021-01-12 | 1 | -1/+1 | |
| | |\ \ | ||||||
| | | * | | Bump lxml from 4.2.5 to 4.6.2 in /requirements | dependabot[bot] | 2021-01-12 | 1 | -1/+1 | |
| | |/ / | ||||||
| | * | | extra logging in template tag (#1010) | skiv23 | 2021-01-01 | 2 | -6/+26 | |
| | * | | Remove deprecated providing_args in signals (#1020) | Andrew Chen Wang | 2020-11-02 | 1 | -2/+2 | |
| | * | | Specify mode explicitly to GzipFile constructor to fix FutureWarning. Fixes #... | Karthikeyan Singaravelan | 2020-10-23 | 1 | -1/+1 | |
| | * | | docs: fix link to csscompressor (#1007) | nikolas | 2020-08-03 | 1 | -0/+1 | |
| | * | | Fix #979 - Correctly handle relative paths in "extends" tags. (#995) | Kyle Dickerson | 2020-03-11 | 5 | -3/+43 | |
| | * | | Fix simple typo: compressable -> compressible (#991) | Tim Gates | 2020-03-02 | 1 | -1/+1 | |
| | * | | Replace force_text with force_str (#988) | Joren Vrancken | 2020-01-27 | 1 | -3/+3 | |
| | * | | Remove "from __future__ import" and "coding: utf-8" (#986) | Johannes Linke | 2020-01-02 | 25 | -35/+0 | |
| | * | | Remove a workaround for django <1.4. This reverts #160 (#983) | Johannes Linke | 2020-01-02 | 2 | -31/+0 | |
| | * | | Fix 2.4 release date | Johannes Linke | 2020-01-02 | 1 | -1/+1 | |
| | |/ | ||||||
| | * | Remove python 2 logic (#982) | Albert Wang | 2020-01-02 | 3 | -28/+9 | |
| | * | Remove six (#976) | Albert Wang | 2020-01-02 | 13 | -51/+37 | |
| | * | Switch from smart_text to smart_str (#977) | Albert Wang | 2020-01-02 | 7 | -20/+20 | |
| | * | Remove support for python 2.7, 3.4 and django 2.1 (#965) | Albert Wang | 2020-01-02 | 3 | -22/+1 | |
| * | | Merge branch 'develop'2.4 | Mathieu Pillard | 2019-12-31 | 41 | -152/+295 | |
| |\ \ | |/ | ||||||
| | * | Merge pull request #964 from albertyw/release | Mathieu Pillard | 2019-12-31 | 2 | -2/+15 | |
| | |\ | ||||||
| | | * | Tweak 2.4 release notes. Add note about COMPRESS_FILTERS that was added in 2.3. | Johannes Linke | 2019-12-21 | 1 | -4/+5 | |
| | | * | Release v2.4 | Albert Wang | 2019-12-20 | 2 | -1/+13 | |
| | |/ | ||||||
| | * | Merge pull request #978 from albertyw/update-django-appconf | Mathieu Pillard | 2019-12-20 | 1 | -1/+1 | |
| | |\ | ||||||
| | | * | Update django-appconf | Albert Wang | 2019-12-20 | 1 | -1/+1 | |
| | |/ | ||||||
| | * | Merge pull request #967 from albertyw/add-support | Mathieu Pillard | 2019-12-19 | 5 | -5/+33 | |
| | |\ | ||||||
| | | * | Remove django 2.1 deprecation | Albert Wang | 2019-12-14 | 1 | -1/+5 | |
| | | * | Use a fork of django-classy-tags to get django 3.0 support | Albert Wang | 2019-12-14 | 1 | -0/+3 | |
| | | * | Update django-sekizai package to 1.0.0 | Albert Wang | 2019-12-14 | 1 | -1/+1 | |
| | | * | Django 3 requires python>=3.6 | Albert Wang | 2019-12-14 | 2 | -3/+1 | |
| | | * | Synchronize with setup.py | Albert Wang | 2019-12-14 | 1 | -0/+1 | |
| | | * | Synchronize with travis.yml | Albert Wang | 2019-12-14 | 1 | -0/+19 | |
| | | * | Add support for django 3.0 | Albert Wang | 2019-12-14 | 1 | -0/+2 | |
| | | * | Add support for python 3.8 | Albert Wang | 2019-12-14 | 1 | -3/+4 | |
| | |/ | ||||||
| | * | Update flake8 to be compatible with newer versions of python (#968) | Albert Wang | 2019-12-14 | 11 | -27/+27 | |
| | * | Allow six to be upgraded (#972) | Jaap Roes | 2019-12-09 | 1 | -1/+1 | |
| | * | Remove django.utils.six (#969) | Albert Wang | 2019-12-05 | 1 | -1/+1 | |
| | * | Merge pull request #966 from albertyw/fix-tests | Mathieu Pillard | 2019-12-03 | 1 | -0/+1 | |
| | |\ | ||||||
| | | * | Fix tests | Albert Wang | 2019-12-02 | 1 | -0/+1 | |
| | * | | Merge pull request #957 from alvra/develop | Mathieu Pillard | 2019-10-12 | 5 | -3/+70 | |
| | |\ \ | ||||||
| | | * | | Add tests for js minifiers and allow passing parser and unparsers to the Calm... | Alexander van Ratingen | 2019-10-12 | 3 | -9/+52 | |
| | | * | | Fix Calmjs links and package name. | Alexander van Ratingen | 2019-10-12 | 3 | -4/+4 | |
| | | * | | Add support for the Calmjs javascript minifier. | Alexander van Ratingen | 2019-10-12 | 3 | -0/+24 | |
| | | * | | Remove merge artifacts | Alexander van Ratingen | 2019-10-12 | 14 | -4225/+0 | |
| | | * | | Merge | Alexander van Ratingen | 2019-10-12 | 44 | -114/+4373 | |
| | | |\ \ | | |/ / | |/| | | ||||||
| | * | | | test_base: Use sys.executable (#956) | John Vandenberg | 2019-09-19 | 1 | -1/+2 | |
| | * | | | Merge pull request #951 from jsumnerPhD/develop | Johannes Linke | 2019-08-18 | 7 | -3/+38 | |
| | |\ \ \ | ||||||
| | | * | | | Make the jinja2 extension not break on OUTPUT_PRELOAD | Johannes Linke | 2019-08-18 | 2 | -1/+3 | |
| | | * | | | Add support for rel=preload | jsumnerPhD | 2019-08-18 | 6 | -2/+35 | |
| | |/ / / | ||||||
