Add support for Django 4
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
django-openid-auth |
New
|
Undecided
|
Unassigned |
Bug Description
When updating to Django 4, the package is failing due to a Django deprecated dependency "ugettext":
```
File ".../.venv/
from django_openid_auth import views
File ".../.venv/
from django_
File ".../.venv/
from django.
ImportError: cannot import name 'ugettext' from 'django.
```
It seems there is a simple fix for this: https:/
I am unsure if there are others dependencies issues.
replace "ugettext" by "gettext"