Closed DanielSwain closed 4 years ago
Trying to run in Django 3 resulted in:
File "/venv/lib/python3.6/site-packages/el_pagination/models.py", line 8, in <module> from django.utils.encoding import iri_to_uri, python_2_unicode_compatible, force_text ImportError: cannot import name 'python_2_unicode_compatible'
python_2_unicode_compatible is no longer available in Django
python_2_unicode_compatible
I also want to know how to fix the problem
Any idea how to fix this issue?
Please review PR #137
merged
Trying to run in Django 3 resulted in:
python_2_unicode_compatible
is no longer available in Django