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 3.2 compatibility #58

Closed iurisilvio closed 2 years ago

iurisilvio commented 3 years ago

Django 3.2 introduced Signer.sign_object and Signer.unsign_object.

Removed Python 3.5 support, it is deprecated since september/2020.

Fixed two broken tests because of a Django bug. Probably I can revert that in the future. https://code.djangoproject.com/ticket/32863

Fixed ugettext_lazy deprecation, replaced with gettext_lazy.

I don't expect this PR to be merged, but maybe it help someone else looking for Django 3.2 fixes.

georgemarshall commented 2 years ago

These changes have been superseded by #68