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
Hi, just tried to upgrade to django from 3 => 4, but then I get this error at run server :
ImportError: cannot import name 'force_text' from 'django.utils.encoding'
File "/usr/local/lib/python3.10/site-packages/graphene_django_extras/converter.py", line 12
Hi, just tried to upgrade to django from 3 => 4, but then I get this error at run server :
ImportError: cannot import name 'force_text' from 'django.utils.encoding'
File "/usr/local/lib/python3.10/site-packages/graphene_django_extras/converter.py", line 12
force_text() is deprecated with Django 3 in favor of force_str()
https://docs.djangoproject.com/en/dev/internals/deprecation/#deprecation-removed-in-4-0
Please can you consider upgrade ?
Thanks
The text was updated successfully, but these errors were encountered: