django-multi-email-field
django-multi-email-field copied to clipboard
RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
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.')
@fle In Django 4.0, this raises an error. Are there any plans to add Django 4.0 support?