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

RemovedInDjango40Warning #42

Open amitassaraf opened 4 years ago

amitassaraf commented 4 years ago

Using this lib yields:

RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = _("Pickled data")

While using Django 3.0+