`force_text()` removed in Django 4.0
gadel-me opened this issue · 2 comments
gadel-me commented
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
.
georgemarshall commented
Fixed in #68