Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
snowman2 opened this issue Oct 9, 2020 · 1 comment

Comments

@snowman2
Copy link

snowman2 commented Oct 9, 2020

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.')
@rafaelurben
Copy link

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

Django deprecation timeline

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants