summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test Django 4.1.x in CI separately from 4.0.xdjango-4.1-ciMathieu Pillard2022-08-033-2/+16
* Implement separate storage for the offline manifestth3hamm0r2022-05-277-18/+70
* Fixed compatibility with Django 4.1, fixes #1114 (#1115)th3hamm0r2022-05-241-2/+5
* Update django template and caching documentation links (#1110)Charlie Macfarlane Brodie2022-05-101-2/+2
* Merge branch 'develop'4.0Mathieu Pillard2022-04-2311-112/+65
|\
| * Prepare 4.0Mathieu Pillard2022-04-232-3/+5
| * Remove delete() call from CompressorFileStorage.get_available_name (#1107)Pēteris Caune2022-04-032-7/+16
| * add GitHub URL for PyPi (#1104)Andrii Oriekhov2022-04-031-0/+3
| * added example in docs for #933 (#1059)sur.la.route2022-03-081-0/+19
| * Deprecate SlimItFilter, stop testing it with Python 3.7+ (#1102)Mathieu Pillard2022-02-235-19/+23
| * Update LICENSE copyright year, remove obsolete references to removed codeMathieu Pillard2022-01-031-85/+1
* | Fixed the default value of COMPRESS_FILTERS. (#1096)Aymeric Augustin2021-12-281-4/+4
|/
* Bump lxml from 4.6.3 to 4.6.5 in /requirements (#1093)3.1dependabot[bot]2021-12-181-1/+1
* Add changelog for 3.1Mathieu Pillard2021-12-181-0/+8
* Bump version to 3.1Mathieu Pillard2021-12-181-1/+1
* Fix error with verbose offline compression and context generators (#1092)Mathieu Pillard2021-12-182-29/+64
* Created .readthedocs.yaml (#1089)Jannis Leidel2021-12-142-1/+33
* Prepare 3.0 release3.0Mathieu Pillard2021-12-122-7/+7
* Merge branch 'develop'Mathieu Pillard2021-12-1257-540/+464
|\
| * Update changelogMathieu Pillard2021-12-121-1/+3
| * Updated Jinja dependency in tests. (#1087)Carlton Gibson2021-12-071-1/+1
| * Update RCSSMIN version (#1085)Miku Chan2021-12-072-3/+3
| * Fixed race condition in _compress_template (#1086)Pēteris Caune2021-12-071-2/+12
| * Fixed test_precompiler_cache to clear cache before the test runs (#1078)Pēteris Caune2021-11-221-0/+3
| * Updated CI matrix. (#1074)Carlton Gibson2021-11-222-18/+8
| * Updated calmjs dependency for Python 3.10. (#1083)Carlton Gibson2021-11-221-1/+1
| * Updated rjsmin dependency. (#1080)Miku Chan2021-11-221-1/+1
| * Added Django 4.0 to test matrix. (#1072)Carlton Gibson2021-11-223-2/+10
| * Added `LazyScriptNamePrefixedUrl.replace` override (#1079)Pēteris Caune2021-11-221-0/+12
| * Remove unused django-discover-runner dependency (#1063)Jaap Roes2021-09-161-1/+0
| * Update classifiers (#1062)Jaap Roes2021-09-161-1/+1
| * The google (#1071)Dustin Wyatt2021-08-271-1/+1
| * Remove references to IRC channel in contributing docMathieu Pillard2021-04-231-10/+4
| * Remove reference to Django version in READMEMathieu Pillard2021-04-231-2/+0
| * Bump test requirements (#1057)Mathieu Pillard2021-04-232-15/+14
| * Remove deprecated COMPRESS_CSS_FILTERS and COMPRESS_JS_FILTERS settings (#1056)Mathieu Pillard2021-04-234-98/+11
| * Update changelog.txtMathieu Pillard2021-04-231-0/+1
| * Merge pull request #912 from keithhackbarth/developMathieu Pillard2021-04-232-32/+42
| |\
| | * THREADING: Switch from no max to max pool of 4 processesKeith Hackbarth2020-01-022-11/+6
| | * THREADING: Make template compression threaded to improve performanceKeith Hackbarth2020-01-021-31/+46
| * | Merge pull request #1055 from browniebroke/patch-1Mathieu Pillard2021-04-211-1/+1
| |\ \
| | * | Fix changelog entry for deprecation warningBruno Alla2021-04-211-1/+1
| |/ /
| * | Prepare 3.0 versionMathieu Pillard2021-04-171-1/+1
| * | Prepare 3.0 changelogMathieu Pillard2021-04-171-0/+13
| * | Add 2.4.1 changelogMathieu Pillard2021-04-171-0/+8
| * | Remove caniusepython3 badgeMathieu Pillard2021-04-171-3/+0
| * | Merge pull request #1053 from diox/deprecate_compress_x_filtersMathieu Pillard2021-04-171-1/+6
| |\ \
| | * | Don't use f-strings to keep compatibility with Python 3.5Mathieu Pillard2021-04-171-2/+3
| | * | Add DeprecationWarning for COMPRESS_CSS_FILTERS / COMPRESS_JS_FILTERSMathieu Pillard2021-04-171-1/+5
| |/ /
| * | Merge pull request #1052 from django-compressor/dependabot/pip/requirements/l...Mathieu Pillard2021-04-171-1/+1
| |\ \