django-daterangefilter
django-daterangefilter copied to clipboard
Remove usage of `ugettext_lazy`
apps.py module contains import of ugettext_lazy
function which has been removed in django 4.0.
Please replace it with gettext_lazy
https://github.com/andreynovikov/django-daterangefilter/pull/15 @cansarigol @andreynovikov please review