georgemarshall / django-cryptography

Easily encrypt data in Django

Home Page:https://django-cryptography.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`force_text()` removed in Django 4.0

gadel-me opened this issue · 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