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

Deprecation warning: django.utils.translation.ugettext_lazy() is deprecated #23

Closed
matthewhegarty opened this issue Aug 13, 2020 · 2 comments

Comments

@matthewhegarty
Copy link

When running tests with deprecation warnings, I see the following warning:

python -Wa ./manage.py test 
site-packages/sequences/models.py:19: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
  verbose_name_plural = _("sequences")

Thanks for creating and maintaining this package.

@aaugustin
Copy link
Owner

Fixed in 631b00d.

@aaugustin
Copy link
Owner

Thanks for the report!

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