django-pipeline v2.0.5 Release Notes
Release Date: 2020-08-16 // almost 2 years ago-
- Adding Django 3.1 compatibility.
- ๐ CachedStaticFilesStorage is removed from Django. Add a check
of the current version to prevent error while importing. Thank to @vmsp - ๐ Context in django.template.base is removed from Django and
not used anymore in django-pipeline. - ๐ Fixing widgets tests of django-pipeline due to Media.render_js change in
Django. More information in Django ticket #31892
Previous changes from v2.0.4
-
- โ Adding css-html-js-minify support to compress JS and CSS.
- ๐ Update compressors documentation with css-html-js-minify.
- โ Create tests for css-html-js-minify compressor.
- โ Optimization by grouping the tests yuglify compressor.