Django 4.0 support
hagbarddenstore opened this issue · 3 comments
hagbarddenstore commented
Django 4.0 deprecated the use of from django.utils.translation import ugettext_lazy as _
and the new recommended approach is from django.utils.translation import gettext_lazy as _
according to this source https://forum.djangoproject.com/t/importerror-cannot-import-name-ugettext-lazy-from-django-utils-translation/10943/2.
leplatrem commented
Open a pull-request ;)
hagbarddenstore commented
Open a pull-request ;)
Done!
techdragon commented
Can this get merged?