django-multi-email-field icon indicating copy to clipboard operation
django-multi-email-field copied to clipboard

ugettext_lazy becomes gettext_lazy.

Open andychoi opened this issue 3 years ago • 1 comments

I got error in Django 4.0.x as below. ugettext_lazy becomes gettext_lazy. Do you have a plan to enhance code?

    from django.utils.translation import ugettext_lazy as _
ImportError: cannot import name 'ugettext_lazy' from 'django.utils.translation'

andychoi avatar Jun 06 '22 14:06 andychoi

You can install a fork:

pip install git+https://github.com/timmyomahony/django-multi-email-field@master#egg=django-multi-email-field

timmyomahony avatar Dec 09 '22 17:12 timmyomahony