Releases: jazzband/django-pipeline
Releases · jazzband/django-pipeline
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.
1.7.0
Release the last major version of django-pipeline working on Python 2.
- Thank you for all the modifications made since version 1.6.14, which we cannot quote.
- Apply an optimization for compilation. Thank to @blankser
- Edit setup.py to follow the recommendation of the documentation. Thank to @shaneikennedy
- Add tests for Django 3.0 and Python 3.8
- Add alternatives imports for django.utils.six, who has been removed in Django 3.0
1.6.13
- Fix forward-slashed paths on Windows. Thanks to @etiago
- Fix CSS URL detector to match quotes correctly. Thanks to @vskh
- Add a compiler_options dict to compile, to allow passing options to custom compilers. Thanks to @sassanh
- Verify support for Django 1.11. Thanks to @jwhitlock