django-daterangefilter icon indicating copy to clipboard operation
django-daterangefilter copied to clipboard

Remove usage of `ugettext_lazy`

Open an42rus opened this issue 3 years ago • 1 comments

apps.py module contains import of ugettext_lazy function which has been removed in django 4.0.

Please replace it with gettext_lazy

an42rus avatar Feb 03 '22 13:02 an42rus

https://github.com/andreynovikov/django-daterangefilter/pull/15 @cansarigol @andreynovikov please review

alexsukhrin avatar Jul 06 '23 16:07 alexsukhrin