shtalinberg / django-el-pagination

Django endless pagination tools. Ajax, multiple and lazy pagination, Twitter-style and Digg-style pagination.
MIT License
307 stars 71 forks source link

Error importing python_2_unicode_compatible in Django 3 #136

Closed DanielSwain closed 4 years ago

DanielSwain commented 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

koloyyee commented 4 years ago

I also want to know how to fix the problem

djiangel commented 4 years ago

Any idea how to fix this issue?

q-user commented 4 years ago

Please review PR #137

shtalinberg commented 4 years ago

merged