django-pipeline v2.0.3 Release Notes

Release Date: 2020-05-23 // almost 4 years ago
    • โž• Add subclass of ManifestStaticFilesStorage. Thank to @jhpinson
    • ๐Ÿ“š Change the documentation to use PipelineManifestStorage in configuration
      ๐Ÿ—„ instead of PipelineCachedStorage now deprecated.
    • ๐Ÿ”„ Change import MutableMapping from collections.abc. Thank to @colons
    • ๐Ÿ›  Fix Middleware to properly decode HTML. Thank to @gatsinski
    • Keep mimetypes as str. Thank to @benspaulding
    • โšก๏ธ Based on #642 add 'NonPackagingPipelineManifestStorage' and update
      the documentation: storages.rst. Thank to @kronion
    • Remove futures from pipeline setup.py requirements.