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
пакет django-autocomplete-light из ветки add-drf пытается импортировать django.utils.six, но в Django==3.2.9 такого модуля нет
...
File "/Users/timofeeves/projects/assets-back/venv/lib/python3.8/site-packages/dal/views.py", line 10, in <module>
from django.utils import six
ImportError: cannot import name 'six' from 'django.utils' (/Users/timofeeves/projects/assets-back/venv/lib/python3.8/site-packages/django/utils/__init__.py)
пакет django-autocomplete-light из ветки add-drf пытается импортировать
django.utils.six
, но в Django==3.2.9 такого модуля нетdjango-autocomplete-light==3.3.5
The text was updated successfully, but these errors were encountered: