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

Future release 3.5.0 to be compatible with Django 4+? #51

Open
guilhermemaiaribeiro opened this issue Jan 11, 2022 · 1 comment
Open

Comments

@guilhermemaiaribeiro
Copy link

venv/lib/python3.8/site-packages/inline_actions/admin.py", line 10, in <module> from django.utils.translation import ugettext_lazy as _

ImportError: cannot import name 'ugettext_lazy' from 'django.utils.translation

caused by RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().

@lidongyang1993
Copy link

change ugettext_lazy >> gettext_lazy

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