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

ugettext_lazy removal in dmoj-wpadmin #2184

Open
Xyene opened this issue Feb 12, 2023 · 0 comments
Open

ugettext_lazy removal in dmoj-wpadmin #2184

Xyene opened this issue Feb 12, 2023 · 0 comments

Comments

@Xyene
Copy link
Member

Xyene commented Feb 12, 2023

/code/dmoj-virtenv/src/dmoj-wpadmin/wpadmin/templatetags/wpadmin_tags.py:40: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
  .get('title', context.get('site_title', _('Django site admin')))
/code/dmoj-virtenv/src/dmoj-wpadmin/wpadmin/menu/menus.py:73: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
  title=_('Dashboard'),
/code/dmoj-virtenv/src/dmoj-wpadmin/wpadmin/menu/menus.py:76: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
  description=_('Dashboard'),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant