clokep / django-querysetsequence

Chain multiple (disparate) QuerySets in Django
https://django-querysetsequence.readthedocs.io/
ISC License
107 stars 25 forks source link

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

Closed Connotating closed 4 years ago

Connotating commented 4 years ago

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+

clokep commented 4 years ago

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