Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django 4 compatibility #6

Open
mpibpc-mroose opened this issue Dec 9, 2021 · 1 comment
Open

Django 4 compatibility #6

mpibpc-mroose opened this issue Dec 9, 2021 · 1 comment

Comments

@mpibpc-mroose
Copy link

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.

@Tyrdall
Copy link
Member

Tyrdall commented Dec 9, 2021

@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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants