Django 4.0
lmbak opened this issue · 5 comments
lmbak commented
Django 4.0 removes the ugettext_lazy
function from the django.utils.translation
module (see the changes here).
This function is used in the fields.py
module on line 7.
For django-cryptography to be compatible with django 4.0 this has to be rewritten.
SpongeManiac commented
I need this updated ASAP, this error is stopping me from developing.
jensenbox commented
I would love to get this change in play - I could set up a Github Action to replace parts of Travis as well if that is desired.
roknicmilos commented
Is this going to be solved any time soon?
SpongeManiac commented
Someone beat me to it, here is a forked fix: https://github.com/JaisPiyush/django-cryptography
georgemarshall commented
Fixed in #68