Skip to content

Deprecated warning on Django 3 #5

Open
@sebastian-code

Description

@sebastian-code

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']))),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions