Skip to content

Deprecated warning on Django 3 #5

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

Open
sebastian-code opened this issue May 9, 2022 · 0 comments
Open

Deprecated warning on Django 3 #5

sebastian-code opened this issue May 9, 2022 · 0 comments

Comments

@sebastian-code
Copy link

Django is triggering a deprecation warning due to the usage of a function that will be removed in Django 4. The error message is the following:

/usr/local/lib/python3.9/site-packages/admin_volt/utils.py:273: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
    'label': app.get('name', capfirst(_(app['app_label']))),
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

1 participant