django-taggit-serializer
django-taggit-serializer copied to clipboard
django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy()
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().
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 there appears to be a PR already: https://github.com/glemmaPaul/django-taggit-serializer/pull/48
still not fixed that create problem during deployment on heroku