django-pipeline v2.0.5 Release Notes

Release Date: 2020-08-16 // over 3 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