django-taggit-serializer icon indicating copy to clipboard operation
django-taggit-serializer copied to clipboard

django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy()

Open Ben-yeah opened this issue 4 years ago • 3 comments

Hello, The only thing I'm personally see wrong with Treebeard and Django 3.0 is that 3.0 officially deprecated ugettext_lazy, and if you run python -Wall, you'll get a ton of RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().

Ben-yeah avatar Sep 10 '20 05:09 Ben-yeah

Hey @Ben-yeah I have not been able to be maintaining this package recently. Would you maybe want to contribute a PR on this particular issue?

Thanks for sharing this issue, definitely something to work on :)

glemmaPaul avatar Feb 08 '21 17:02 glemmaPaul

@glemmaPaul there appears to be a PR already: https://github.com/glemmaPaul/django-taggit-serializer/pull/48

blueyed avatar May 11 '21 14:05 blueyed

still not fixed that create problem during deployment on heroku

AvinashPrajapati avatar Jun 17 '22 08:06 AvinashPrajapati