summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Update .github/workflows/ci.ymlMathieu Pillard2021-04-111-2/+1
| | * | Update contributing guideBruno Alla2021-04-111-8/+2
| | * | Run CI on current branchBruno Alla2021-04-111-0/+1
| | * | Migrate CI to Github actionsBruno Alla2021-04-113-44/+51
| |/ /
| * | Merge pull request #1035 from django-compressor/dependabot/pip/requirements/l...Mathieu Pillard2021-01-121-1/+1
| |\ \
| | * | Bump lxml from 4.2.5 to 4.6.2 in /requirementsdependabot[bot]2021-01-121-1/+1
| |/ /
| * | extra logging in template tag (#1010)skiv232021-01-012-6/+26
| * | Remove deprecated providing_args in signals (#1020)Andrew Chen Wang2020-11-021-2/+2
| * | Specify mode explicitly to GzipFile constructor to fix FutureWarning. Fixes #...Karthikeyan Singaravelan2020-10-231-1/+1
| * | docs: fix link to csscompressor (#1007)nikolas2020-08-031-0/+1
| * | Fix #979 - Correctly handle relative paths in "extends" tags. (#995)Kyle Dickerson2020-03-115-3/+43
| * | Fix simple typo: compressable -> compressible (#991)Tim Gates2020-03-021-1/+1
| * | Replace force_text with force_str (#988)Joren Vrancken2020-01-271-3/+3
| * | Remove "from __future__ import" and "coding: utf-8" (#986)Johannes Linke2020-01-0225-35/+0
| * | Remove a workaround for django <1.4. This reverts #160 (#983)Johannes Linke2020-01-022-31/+0
| * | Fix 2.4 release dateJohannes Linke2020-01-021-1/+1
| |/
| * Remove python 2 logic (#982)Albert Wang2020-01-023-28/+9
| * Remove six (#976)Albert Wang2020-01-0213-51/+37
| * Switch from smart_text to smart_str (#977)Albert Wang2020-01-027-20/+20
| * Remove support for python 2.7, 3.4 and django 2.1 (#965)Albert Wang2020-01-023-22/+1
* | Merge branch 'develop'2.4Mathieu Pillard2019-12-3141-152/+295
|\ \ | |/
| * Merge pull request #964 from albertyw/releaseMathieu Pillard2019-12-312-2/+15
| |\
| | * Tweak 2.4 release notes. Add note about COMPRESS_FILTERS that was added in 2.3.Johannes Linke2019-12-211-4/+5
| | * Release v2.4Albert Wang2019-12-202-1/+13
| |/
| * Merge pull request #978 from albertyw/update-django-appconfMathieu Pillard2019-12-201-1/+1
| |\
| | * Update django-appconfAlbert Wang2019-12-201-1/+1
| |/
| * Merge pull request #967 from albertyw/add-supportMathieu Pillard2019-12-195-5/+33
| |\
| | * Remove django 2.1 deprecationAlbert Wang2019-12-141-1/+5
| | * Use a fork of django-classy-tags to get django 3.0 supportAlbert Wang2019-12-141-0/+3
| | * Update django-sekizai package to 1.0.0Albert Wang2019-12-141-1/+1
| | * Django 3 requires python>=3.6Albert Wang2019-12-142-3/+1
| | * Synchronize with setup.pyAlbert Wang2019-12-141-0/+1
| | * Synchronize with travis.ymlAlbert Wang2019-12-141-0/+19
| | * Add support for django 3.0Albert Wang2019-12-141-0/+2
| | * Add support for python 3.8Albert Wang2019-12-141-3/+4
| |/
| * Update flake8 to be compatible with newer versions of python (#968)Albert Wang2019-12-1411-27/+27
| * Allow six to be upgraded (#972)Jaap Roes2019-12-091-1/+1
| * Remove django.utils.six (#969)Albert Wang2019-12-051-1/+1
| * Merge pull request #966 from albertyw/fix-testsMathieu Pillard2019-12-031-0/+1
| |\
| | * Fix testsAlbert Wang2019-12-021-0/+1
| * | Merge pull request #957 from alvra/developMathieu Pillard2019-10-125-3/+70
| |\ \
| | * | Add tests for js minifiers and allow passing parser and unparsers to the Calm...Alexander van Ratingen2019-10-123-9/+52
| | * | Fix Calmjs links and package name.Alexander van Ratingen2019-10-123-4/+4
| | * | Add support for the Calmjs javascript minifier.Alexander van Ratingen2019-10-123-0/+24
| | * | Remove merge artifactsAlexander van Ratingen2019-10-1214-4225/+0
| | * | MergeAlexander van Ratingen2019-10-1244-114/+4373
| | |\ \ | | |/ / | |/| |
| * | | test_base: Use sys.executable (#956)John Vandenberg2019-09-191-1/+2
| * | | Merge pull request #951 from jsumnerPhD/developJohannes Linke2019-08-187-3/+38
| |\ \ \
| | * | | Make the jinja2 extension not break on OUTPUT_PRELOADJohannes Linke2019-08-182-1/+3
| | * | | Add support for rel=preloadjsumnerPhD2019-08-186-2/+35
| |/ / /