georgemarshall / django-cryptography

Easily encrypt data in Django
https://django-cryptography.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
371 stars 70 forks source link

`force_text()` removed in Django 4.0 #63

Closed gadel-me closed 2 years ago

gadel-me commented 2 years ago

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.

jensenbox commented 2 years ago

Duplicate of #62

georgemarshall commented 2 years ago

Fixed in #68