You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: