We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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']))),
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: