You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This DeprecationWarning has started showing up in Django when using EncryptedCharField
/usr/local/lib/python3.6/dist-packages/fernet_fields/fields.py:77: RemovedInDjango40Warning: force_text() is deprecated in favor of force_str().
return self.to_python(force_text(self.fernet.decrypt(value)))
The text was updated successfully, but these errors were encountered:
This DeprecationWarning has started showing up in Django when using
EncryptedCharField
The text was updated successfully, but these errors were encountered: