Skip to content

Releases: jazzband/django-pipeline

2.0.0

23 May 10:01
07cfee8
Compare
Choose a tag to compare
  • 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

28 Dec 11:14
Compare
Choose a tag to compare

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

25 May 22:36
1.6.13
Compare
Choose a tag to compare
  • 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

1.6.12

13 Mar 12:58
Compare
Choose a tag to compare
  • #612 Fix a bug with os.rename on windows. Thanks to @wismill
  • #623 Fix to view compile error if happens. Thanks to @brawaga