leplatrem/django-sizefield

Django 4.0 support

hagbarddenstore opened this issue · 3 comments

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.

Open a pull-request ;)

Open a pull-request ;)

Done!

Can this get merged?