qbsoftware / django-cms-articles

the best django CMS application for managing articles
BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

Django 3 issues: ImportError: cannot import name 'python_2_unicode_compatible' from 'django.utils.encoding' #7

Open marshalc opened 4 years ago

marshalc commented 4 years ago

As setup.py doesn't specify an upper limit on Django compatibility and DjangoCMS currently supports Django 3.0.x, I encountered this compatibility error on installing version 1.6.1 of django-cms-articles just now.

ImportError: cannot import name 'python_2_unicode_compatible' from 'django.utils.encoding'

This looks to occur in most of the model files initially, though I haven't looked further afield yet.

VUnicycling commented 4 years ago

I have the same problem. Is there any possibility to use it under django 3.0.x?