You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently tried to upgrade one of my Django apps to version 4 and found django-generic-positions to be blocking. The problem can be solved easily be replacing django.utils.translation.ugettext_lazy with django.utils.translation.gettext_lazy which first is depreacted in v4 of Django.
The text was updated successfully, but these errors were encountered:
@mpibpc-mroose Thanks for posting. I'm afraid there will be more changes, since this app hasn't been maintained for years. Anyway, feel free to come up with a PR :)
I recently tried to upgrade one of my Django apps to version 4 and found
django-generic-positions
to be blocking. The problem can be solved easily be replacingdjango.utils.translation.ugettext_lazy
withdjango.utils.translation.gettext_lazy
which first is depreacted in v4 of Django.The text was updated successfully, but these errors were encountered: