Django-pipeline

Latest version: v3.1.0

Safety actively analyzes 630130 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 5

2.0.5

======

* 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

2.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.

2.0.3

======

* Remove futures from pipeline **setup.py** requirements.

2.0.2

=====

* 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

2.0.1

=====

* 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

2.0.0

=====

* **Definitely drop the support of Python 2**.
* Drop support for Python 3.5 (not compatible with PEP 498).
* Remove 'decorator.py' how was used for backward compatibility
between python 2 and 3 for metaclass inheritance on PipelineFormMedia.
* Replace 'format' by 'fstring' (PEP 498: Literal String Interpolation).
* Remove of old imports form 'django.utils.six' and these fixes (1.7.0).
* Remove tests of uncovered versions of Python and Django.
* Replace tests for Pypy by Pypy3.
* Explicitly specify when files are read / write in binary mode.
* Set opening files for tests to deal with universal newlines.
* Upgrade documentation version to 2.0 to follow the project version.

Page 2 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.