viewflow / django-material

Material Design for Django
http://viewflow.io/
BSD 3-Clause "New" or "Revised" License
2.49k stars 424 forks source link

Compatibility issue with Django 3.0 due to django.utils.six #456

Closed washeck closed 5 years ago

washeck commented 5 years ago

Django 3.0 scheduled for December removed Python 2 compatibility APIs used by django-material (django.utils.six).

See https://docs.djangoproject.com/en/dev/releases/3.0/#removed-private-python-2-compatibility-apis

kmmbvnr commented 5 years ago

Thank you for noticing!

New django-material release would be soon