matthisk / django-jchart

📈 A Django package for plotting charts using the excellent Chart.JS library.
BSD 3-Clause "New" or "Revised" License
121 stars 23 forks source link

fixed six import for django 3 compatibility #26

Open hohenstaufen opened 4 years ago

hohenstaufen commented 4 years ago

Looks like six library is no longer in django.utils. This fix allows to use django-jchart with django 3.0.8.

gustavklopp commented 3 years ago

Why hasn't it been merged? It's a very simple fix for an annoying problem when you rely on Pypi.