| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed typo in behind-the-scenes.txt (#1188) | Carlton Gibson | 2023-05-13 | 1 | -1/+1 |
| | | | | Whilst `an` usually goes with a vowel, such as `an umbrella`, when it makes the long (name of the letter) sound `a` is used, such as `a university`. `unique` is the latter case. | ||||
| * | Doc fixes, prepare 4.3.1 | Mathieu Pillard | 2023-01-22 | 4 | -21/+34 |
| | | |||||
| * | Update copyright year in docs | Mathieu Pillard | 2023-01-21 | 1 | -41/+52 |
| | | |||||
| * | Prepare 4.34.3 | Mathieu Pillard | 2023-01-06 | 1 | -1/+8 |
| | | |||||
| * | Prepare 4.24.2 | Mathieu Pillard | 2023-01-06 | 1 | -2/+5 |
| | | |||||
| * | Add note to specify `COMPRESS_OFFLINE_MANIFEST_STORAGE` (#1160) | Jack Linke | 2022-11-30 | 1 | -2/+4 |
| | | | | With the addition of `COMPRESS_OFFLINE_MANIFEST_STORAGE`, if using boto3 with offline compression, manifest.json may never make it to the remote storage if this setting is not manually specified. | ||||
| * | Fix example for COMPRESS_OFFLINE_MANIFEST_STORAGE in docs (#1161) | Stefan Hammer | 2022-11-30 | 1 | -1/+1 |
| | | |||||
| * | Drop older versions of Django (2.2, 3.1) & Python (3.7) (#1150) | Mathieu Pillard | 2022-10-31 | 1 | -1/+3 |
| | | |||||
| * | Drop Python 3.6 support (#1148) | Mathieu Pillard | 2022-10-14 | 1 | -0/+1 |
| | | |||||
| * | Update doc in light of new mangled name avoidance (#1145) | Karen Tracey | 2022-09-30 | 2 | -1/+12 |
| | | | | | | | | * Update doc in light of new mangled name avoidance https://github.com/django-compressor/django-compressor/pull/1107 moved file-name-mangling avoidance into a `save` override, but the doc suggests calling `_save` which bypassess the new file-name-mangling-avoidance code. Updating a project to use django-compressor 4.0 that had a storages class which followed this doc resulted in mangled-named files appearing in the file system (and ultimately css changes not getting built/deployed, since the changes were in the mangled-name files while the rest of the process was using the "bare" name). * Update changelog.txt | ||||
| * | Update changelog.txt | Mathieu Pillard | 2022-08-14 | 1 | -0/+2 |
| | | |||||
| * | Do include "Unreleased" in develop changelog | Mathieu Pillard | 2022-08-03 | 1 | -0/+3 |
| | | |||||
| * | Don't include "Unreleased" in master/releases changelog4.1 | Mathieu Pillard | 2022-08-03 | 1 | -3/+0 |
| | | |||||
| * | Test Django 4.1.x in CI separately from 4.0.x (#1134) | Mathieu Pillard | 2022-08-03 | 1 | -0/+5 |
| | | |||||
| * | Implement separate storage for the offline manifest | th3hamm0r | 2022-05-27 | 2 | -0/+33 |
| | | | | | | | | * Implement separate storage for the offline manifest, fixes #1112 * correctly use urljoin() for URLs; added example to docs * Updated changelog | ||||
| * | Update django template and caching documentation links (#1110) | Charlie Macfarlane Brodie | 2022-05-10 | 1 | -2/+2 |
| | | | | | | Updated a link pointing to the docs for the now deprecated django 2.1 to the docs for the dev edition of django. Also changed the link to django templates to point to the /stable/ endpoint. | ||||
| * | Merge branch 'develop'4.0 | Mathieu Pillard | 2022-04-23 | 4 | -14/+29 |
| |\ | |||||
| | * | Prepare 4.0 | Mathieu Pillard | 2022-04-23 | 1 | -2/+4 |
| | | | |||||
| | * | added example in docs for #933 (#1059) | sur.la.route | 2022-03-08 | 1 | -0/+19 |
| | | | |||||
| | * | Deprecate SlimItFilter, stop testing it with Python 3.7+ (#1102) | Mathieu Pillard | 2022-02-23 | 3 | -14/+8 |
| | | | | | | | * Deprecate SlimItFilter, stop testing it with Python 3.7+ | ||||
| * | | Fixed the default value of COMPRESS_FILTERS. (#1096) | Aymeric Augustin | 2021-12-28 | 1 | -4/+4 |
| |/ | | | | Follow-up to #1050. | ||||
| * | Add changelog for 3.1 | Mathieu Pillard | 2021-12-18 | 1 | -0/+8 |
| | | |||||
| * | Created .readthedocs.yaml (#1089) | Jannis Leidel | 2021-12-14 | 1 | -1/+2 |
| | | | | | | * Create .readthedocs.yaml This helps making configuration in case of build errors easier. * Fix rST typo. | ||||
| * | Prepare 3.0 release3.0 | Mathieu Pillard | 2021-12-12 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'develop' | Mathieu Pillard | 2021-12-12 | 7 | -44/+42 |
| |\ | |||||
| | * | Update changelog | Mathieu Pillard | 2021-12-12 | 1 | -1/+3 |
| | | | |||||
| | * | Remove references to IRC channel in contributing doc | Mathieu Pillard | 2021-04-23 | 1 | -10/+4 |
| | | | |||||
| | * | Remove deprecated COMPRESS_CSS_FILTERS and COMPRESS_JS_FILTERS settings (#1056) | Mathieu Pillard | 2021-04-23 | 2 | -16/+3 |
| | | | | | | | | | | | | | | | * Remove deprecated COMPRESS_CSS_FILTERS and COMPRESS_JS_FILTERS settings * Remove now unused import * Remove obsolete test | ||||
| | * | Update changelog.txt | Mathieu Pillard | 2021-04-23 | 1 | -0/+1 |
| | | | |||||
| | * | Fix changelog entry for deprecation warning | Bruno Alla | 2021-04-21 | 1 | -1/+1 |
| | | | |||||
| | * | Prepare 3.0 changelog | Mathieu Pillard | 2021-04-17 | 1 | -0/+13 |
| | | | |||||
| | * | Add 2.4.1 changelog | Mathieu Pillard | 2021-04-17 | 1 | -0/+8 |
| | | | |||||
| | * | Remove outdated code | tufedtm | 2021-04-13 | 3 | -9/+9 |
| | | | |||||
| | * | Update contributing guide | Bruno Alla | 2021-04-11 | 1 | -8/+2 |
| | | | |||||
| | * | docs: fix link to csscompressor (#1007) | nikolas | 2020-08-03 | 1 | -0/+1 |
| | | | |||||
| | * | Remove "from __future__ import" and "coding: utf-8" (#986) | Johannes Linke | 2020-01-02 | 1 | -2/+0 |
| | | | |||||
| | * | Fix 2.4 release date | Johannes Linke | 2020-01-02 | 1 | -1/+1 |
| | | | | | | | Also, test the readthedocs webhook. | ||||
| * | | Merge branch 'develop'2.4 | Mathieu Pillard | 2019-12-31 | 4 | -3/+47 |
| |\ \ | |/ | |||||
| | * | 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 | 1 | -0/+12 |
| | | | |||||
| | * | Fix Calmjs links and package name. | Alexander van Ratingen | 2019-10-12 | 2 | -3/+3 |
| | | | |||||
| | * | Add support for the Calmjs javascript minifier. | Alexander van Ratingen | 2019-10-12 | 2 | -0/+16 |
| | | | |||||
| | * | Remove merge artifacts | Alexander van Ratingen | 2019-10-12 | 1 | -542/+0 |
| | | | |||||
| | * | Merge | Alexander van Ratingen | 2019-10-12 | 3 | -2/+559 |
| | |\ | |||||
| | | * | Add support for rel=preload | jsumnerPhD | 2019-08-18 | 1 | -1/+16 |
| | | | | |||||
| | | * | Fix release date of v2.3 | Stein Magnus Jodal | 2019-06-04 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge | Alexander van Ratingen | 2019-10-12 | 5 | -15/+68 |
| | | | | |||||
| | * | | Update mention in documentation of old filter setting to new form. | Alexander van Ratingen | 2018-03-26 | 2 | -4/+5 |
| | | | | |||||
| | * | | Document new COMPRESS_FILTERS setting. | Alexander van Ratingen | 2018-03-21 | 1 | -100/+126 |
| | | | | |||||
| * | | | Fixed typo | wfehr | 2019-12-09 | 1 | -1/+1 |
| | |/ |/| | |||||
