Saleor: Django 2.1 compatibility

Created on 17 Aug 2018  路  1Comment  路  Source: mirumee/saleor

We should switch our supported Django version to the following list:

  • Django 1.11 (current LTS)
  • Django 2.1 (latest stable)

Current blockers:

  • [x] graphene-django depends on an old version of django-filters (https://github.com/graphql-python/graphene-django/pull/492)
  • [x] WeightInput passes floats to its base class which is a DecimalField
  • [x] Some form widgets pass renderer to functions that don't expect it
technical debt

Most helpful comment

A new version of graphene_django: 2.2.0 is now live on PyPI

>All comments

A new version of graphene_django: 2.2.0 is now live on PyPI

Was this page helpful?
0 / 5 - 0 ratings