v1k45 / django-notify-x

Notification system for Django
MIT License
187 stars 40 forks source link

Migrate to six #64

Closed deezicypher closed 4 years ago

deezicypher commented 4 years ago

django.utils.encoding.python_2_unicode_compatible was removed in Django 3.0. As the release documentation mentions.
python_2_unicode_compatible has moved to six.

v1k45 commented 4 years ago

Thanks for this! I'll publish a release soon.