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

RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().

Open snowman2 opened this issue 3 years ago • 1 comments

Saw this warning:

multi_email_field/forms.py:10: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
    message = _('Enter valid email addresses.')

snowman2 avatar Oct 09 '20 16:10 snowman2

@fle In Django 4.0, this raises an error. Are there any plans to add Django 4.0 support?

Django deprecation timeline

rafaelurben avatar Dec 09 '21 22:12 rafaelurben