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

Django 4.0 #62

Closed lmbak closed 2 years ago

lmbak commented 2 years ago

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 2 years ago

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

jensenbox commented 2 years ago

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 2 years ago

Is this going to be solved any time soon?

SpongeManiac commented 2 years ago

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

georgemarshall commented 2 years ago

Fixed in #68