We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ugettext_lazy
apps.py module contains import of ugettext_lazy function which has been removed in django 4.0.
Please replace it with gettext_lazy
gettext_lazy
The text was updated successfully, but these errors were encountered:
#15 @cansarigol @andreynovikov please review
Sorry, something went wrong.
Merge pull request #2 from alexsukhrin/fix-import-ugettext_lazy
1710ba2
Remove usage of ugettext_lazy andreynovikov#10
No branches or pull requests
apps.py module contains import of
ugettext_lazy
function which has been removed in django 4.0.Please replace it with
gettext_lazy
The text was updated successfully, but these errors were encountered: