django-linguist icon indicating copy to clipboard operation
django-linguist copied to clipboard

Django 4.2 Error

Open udit-001 opened this issue 1 year ago • 0 comments

Getting the following error:

  File "/home/project/venv/lib64/python3.11/site-packages/linguist/utils.py", line 10, in <module>
    from django.utils.encoding import force_text
ImportError: cannot import name 'force_text' from 'django.utils.encoding' (/home/project/venv/lib64/python3.11/site-packages/django/utils/encoding.py)

I see that a fix for this has been merged to main branch, but a release on PyPi is pending, can you please make a release with the fix!

udit-001 avatar Jun 25 '23 22:06 udit-001