`django.utils.translation.ugettext_lazy` is deprecated and will be removed in 4.0
tiholic opened this issue · 1 comments
tiholic commented
<project-venv>/lib/python3.8/site-packages/django_cron/admin.py:12: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
title = _('duration')
rehmatworks commented
#186 should address this issue when merged.