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 import ugettext_lazy fails it should be import gettext_lazy #416

Closed
zwiebelslayer opened this issue Jan 4, 2022 · 1 comment
Closed

Comments

@zwiebelslayer
Copy link

DBBackup imports "from django.utils.translation import ugettext_lazy as _" which fails and throws an ImportError.
by changing the line in apps.py to
from django.utils.translation import gettext_lazy as _
everything works as expected

@johnthagen
Copy link
Contributor

johnthagen commented Jan 4, 2022

Duplicate of #399, closed in #342

Please try the 4.0.0b0 release on PyPI (#415).

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

No branches or pull requests

2 participants