You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: #110
Is there any plan for a release to support Django 5.x?
The text was updated successfully, but these errors were encountered:
The maintainer seems to have vanished, you can follow the thread here #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 :[
Hi, I am working on upgrading our application to Django 5 and I ran into an issue.
V1.1 of django-cryptography imports
baseconv
fromdjango.utils
andbaseconv
has been removed from Django 5. The currentmaster
branch handles the import properly but trying to installmaster
from github fails because of this issue: #110Is there any plan for a release to support Django 5.x?
The text was updated successfully, but these errors were encountered: