django-linguist
django-linguist copied to clipboard
Django 4.2 Error
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!