app-generator / django-admin-volt

Django Admin Volt - Free template for Django Admin Interface | AppSeed
https://pypi.org/project/django-admin-volt/
MIT License
140 stars 33 forks source link

Deprecated warning on Django 3 #5

Open sebastian-code opened 2 years ago

sebastian-code commented 2 years ago

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