-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Environment
- Python 3.7
- Django 3.0.3
- django-thumbnails 0.2.2
Problem
When I try to run test code:
`which django-admin.py` test thumbnails --settings=thumbnails.tests.settings --pythonpath=.
Exception is raised that ImportError: cannot import name 'python_2_unicode_compatible' from 'django.utils.encoding' (/home/holder/repo/dyf_api/venv/lib/python3.7/site-packages/django/utils/encoding.py), which, I believe, is caused by an old version of django.
Suggestion
After searching some information, I find some a similar issue in other packages about django, which says after a special version of django, method python_2_unicode_compatible is moved to six, so I think maybe you can update this path.
Metadata
Metadata
Assignees
Labels
No labels