clokep/django-querysetsequence

pip installing this package is still using django.utils import six

Connotating opened this issue · 1 comments

when installed with pip, in the init file of the package there is still an import from django.utils import six; it is not compatible with django 3.0+

This is a duplicate of #58. A new release with support for Django 3 has not been released yet.