mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-28 02:15:56 +03:00
[GH-ISSUE #3100] Cannot import name 'ugettext_lazy' from 'django.utils.translation' #1762
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1762
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TheAFKGamer10 on GitHub (Oct 20, 2023).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/3100
Impacted versions
Steps to reproduce
Current behavior
Error gets thrown, I googled the subject and it says that
ugettext_lazyis not supported anymore. It occured duringpython3 manage.py migratecommand.Expected behavior
Update is sucessful and updates to the lattest version.
@tonioo commented on GitHub (Oct 21, 2023):
It's clearly mentioned in the upgrade instructions that you also need to update extensions.
https://modoboa.readthedocs.io/en/latest/upgrade.html#id2
@blloyd75 commented on GitHub (Nov 5, 2023):
I found this CLOSED error because I was searching for why i have so many errors.
I have modoboa_pdfcredentials 1.5.0, which is reporting as the newest version of that extension. And I still see the error thrown from modoboa_pdfcredentials.
@tonioo commented on GitHub (Nov 7, 2023):
@blloyd75 Looks like you missed some upgrade steps:
https://modoboa.readthedocs.io/en/latest/upgrade.html#id3