django-pipeline v2.0.0 Release Notes

Release Date: 2020-05-23 // almost 4 years ago
    • ๐Ÿ‘ 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.