summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typo in behind-the-scenes.txt (#1188)Carlton Gibson2023-05-131-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.1Mathieu Pillard2023-01-224-21/+34
|
* Update copyright year in docsMathieu Pillard2023-01-211-41/+52
|
* Prepare 4.34.3Mathieu Pillard2023-01-061-1/+8
|
* Prepare 4.24.2Mathieu Pillard2023-01-061-2/+5
|
* Add note to specify `COMPRESS_OFFLINE_MANIFEST_STORAGE` (#1160)Jack Linke2022-11-301-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 Hammer2022-11-301-1/+1
|
* Drop older versions of Django (2.2, 3.1) & Python (3.7) (#1150)Mathieu Pillard2022-10-311-1/+3
|
* Drop Python 3.6 support (#1148)Mathieu Pillard2022-10-141-0/+1
|
* Update doc in light of new mangled name avoidance (#1145)Karen Tracey2022-09-302-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.txtMathieu Pillard2022-08-141-0/+2
|
* Do include "Unreleased" in develop changelogMathieu Pillard2022-08-031-0/+3
|
* Don't include "Unreleased" in master/releases changelog4.1Mathieu Pillard2022-08-031-3/+0
|
* Test Django 4.1.x in CI separately from 4.0.x (#1134)Mathieu Pillard2022-08-031-0/+5
|
* Implement separate storage for the offline manifestth3hamm0r2022-05-272-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 Brodie2022-05-101-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.0Mathieu Pillard2022-04-234-14/+29
|\
| * Prepare 4.0Mathieu Pillard2022-04-231-2/+4
| |
| * 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-233-14/+8
| | | | | | * Deprecate SlimItFilter, stop testing it with Python 3.7+
* | Fixed the default value of COMPRESS_FILTERS. (#1096)Aymeric Augustin2021-12-281-4/+4
|/ | | | Follow-up to #1050.
* Add changelog for 3.1Mathieu Pillard2021-12-181-0/+8
|
* Created .readthedocs.yaml (#1089)Jannis Leidel2021-12-141-1/+2
| | | | | * Create .readthedocs.yaml This helps making configuration in case of build errors easier. * Fix rST typo.
* Prepare 3.0 release3.0Mathieu Pillard2021-12-121-2/+2
|
* Merge branch 'develop'Mathieu Pillard2021-12-127-44/+42
|\
| * Update changelogMathieu Pillard2021-12-121-1/+3
| |
| * Remove references to IRC channel in contributing docMathieu Pillard2021-04-231-10/+4
| |
| * Remove deprecated COMPRESS_CSS_FILTERS and COMPRESS_JS_FILTERS settings (#1056)Mathieu Pillard2021-04-232-16/+3
| | | | | | | | | | | | | | * Remove deprecated COMPRESS_CSS_FILTERS and COMPRESS_JS_FILTERS settings * Remove now unused import * Remove obsolete test
| * Update changelog.txtMathieu Pillard2021-04-231-0/+1
| |
| * Fix changelog entry for deprecation warningBruno Alla2021-04-211-1/+1
| |
| * Prepare 3.0 changelogMathieu Pillard2021-04-171-0/+13
| |
| * Add 2.4.1 changelogMathieu Pillard2021-04-171-0/+8
| |
| * Remove outdated codetufedtm2021-04-133-9/+9
| |
| * Update contributing guideBruno Alla2021-04-111-8/+2
| |
| * docs: fix link to csscompressor (#1007)nikolas2020-08-031-0/+1
| |
| * Remove "from __future__ import" and "coding: utf-8" (#986)Johannes Linke2020-01-021-2/+0
| |
| * Fix 2.4 release dateJohannes Linke2020-01-021-1/+1
| | | | | | Also, test the readthedocs webhook.
* | Merge branch 'develop'2.4Mathieu Pillard2019-12-314-3/+47
|\ \ | |/
| * 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-201-0/+12
| |
| * Fix Calmjs links and package name.Alexander van Ratingen2019-10-122-3/+3
| |
| * Add support for the Calmjs javascript minifier.Alexander van Ratingen2019-10-122-0/+16
| |
| * Remove merge artifactsAlexander van Ratingen2019-10-121-542/+0
| |
| * MergeAlexander van Ratingen2019-10-123-2/+559
| |\
| | * Add support for rel=preloadjsumnerPhD2019-08-181-1/+16
| | |
| | * Fix release date of v2.3Stein Magnus Jodal2019-06-041-1/+1
| | |
| * | MergeAlexander van Ratingen2019-10-125-15/+68
| | |
| * | Update mention in documentation of old filter setting to new form.Alexander van Ratingen2018-03-262-4/+5
| | |
| * | Document new COMPRESS_FILTERS setting.Alexander van Ratingen2018-03-211-100/+126
| | |
* | | Fixed typowfehr2019-12-091-1/+1
| |/ |/|