django-cryptography icon indicating copy to clipboard operation
django-cryptography copied to clipboard

Django 5.x support?

Open gclements-chwy opened this issue 1 year ago • 2 comments

Hi, I am working on upgrading our application to Django 5 and I ran into an issue.

V1.1 of django-cryptography imports baseconv from django.utils and baseconv has been removed from Django 5. The current master branch handles the import properly but trying to install master from github fails because of this issue: https://github.com/georgemarshall/django-cryptography/issues/110

Is there any plan for a release to support Django 5.x?

gclements-chwy avatar Aug 13 '24 19:08 gclements-chwy

The maintainer seems to have vanished, you can follow the thread here https://github.com/georgemarshall/django-cryptography/issues/74 there are some less appealing work arounds, but there does not appear to be a substitute django cryptography package which outwardly claims to be 5.0 compatible yet :[

ailandini-accenture avatar Aug 22 '24 20:08 ailandini-accenture

You can check Django Cryptography 5 - as someone (czue) migrated this library to Django5 - maybe it would be good to merge it into this here... @georgemarshall ?!

nerdoc avatar Mar 27 '25 23:03 nerdoc