georgemarshall/django-cryptography

`force_text()` removed in Django 4.0

gadel-me opened this issue · 2 comments

Django 4.0 removes force_text() (which is an alias of force_str()) from the django.utils.encoding module.
The function is used in core/signing.py.

Duplicate of #62

Fixed in #68