georgemarshall/django-cryptography

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.

I need this updated ASAP, this error is stopping me from developing.

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.

Is this going to be solved any time soon?

Someone beat me to it, here is a forked fix: https://github.com/JaisPiyush/django-cryptography

Fixed in #68