Closed smcalilly closed 2 years ago
You are probably using an old version of localflavor. the ugettext_lazy
call provoking the error was updated 3 years ago. The current code is already compatible with Django 4.0.
@claudep ah you're right. thanks for pointing that.
perhaps updating the readme would be helpful to indicate that the current code is already compatible with django 4.0 since it's not there and misleading without it.
Sure, and that could also be done in a patch adding/verifying support for Django 4.1.
I'm wanting to use this package in an app with Django 4.0.7, but I get this error whenever I try to build the app:
It appears that this is a breaking change with the latest Django version, based on this: https://forum.djangoproject.com/t/importerror-cannot-import-name-ugettext-lazy-from-django-utils-translation/10943/10
Would it be alright if I submitted a patch PR that upgrades to Django 4.0? (I've never contributed to an open source project so I'm not sure how this works...)