Closed deezicypher closed 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.
Thanks for this! I'll publish a release soon.
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.