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
You recently added Django 4 support but it looks like not working on my end. I'm getting the following error after installations.
cannot import name 'ugettext_lazy' from 'django.utils.translation'
The error is from jsonfield package that django-currencies require. The solution for this problem can be to upgrade the jsonfield because a newer version is available!
The text was updated successfully, but these errors were encountered:
You recently added Django 4 support but it looks like not working on my end. I'm getting the following error after installations.
cannot import name 'ugettext_lazy' from 'django.utils.translation'
The error is from jsonfield package that django-currencies require. The solution for this problem can be to upgrade the jsonfield because a newer version is available!
The text was updated successfully, but these errors were encountered: