Open SaadatAliKlasra opened 1 year ago
django-jsonfield is no longer used, we've switched to the vanilla field. Which version are you using?
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.
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!