Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Compatible with Django 4 #90

Open
SaadatAliKlasra opened this issue Jan 4, 2023 · 2 comments
Open

Not Compatible with Django 4 #90

SaadatAliKlasra opened this issue Jan 4, 2023 · 2 comments

Comments

@SaadatAliKlasra
Copy link

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!

@panosl
Copy link
Owner

panosl commented Jan 11, 2023

django-jsonfield is no longer used, we've switched to the vanilla field. Which version are you using?

@panosl
Copy link
Owner

panosl commented Jan 11, 2023

Make sure you use the latest version, I just pushed a couple of updates to the repo. Once it's validated I'll push a new version to PyPI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants