mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #1387] Update Failed #1100
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#1100
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 @kev1904 on GitHub (Feb 2, 2018).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1387
I get an issue after use "python manage.py migrate"
Traceback (most recent call last): File "manage.py", line 22, in <module> execute_from_command_line(sys.argv) File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 364, in execute_from_command utility.execute() File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 338, in execute django.setup() File "/usr/local/lib/python2.7/dist-packages/django/__init__.py", line 27, in setup apps.populate(settings.INSTALLED_APPS) File "/usr/local/lib/python2.7/dist-packages/django/apps/registry.py", line 116, in populate app_config.ready() File "/usr/local/lib/python2.7/dist-packages/modoboa_amavis/apps.py", line 13, in ready from . import handlers File "/usr/local/lib/python2.7/dist-packages/modoboa_amavis/handlers.py", line 21, in <module> from . import forms File "/usr/local/lib/python2.7/dist-packages/modoboa_amavis/forms.py", line 16, in <module> class DomainPolicyForm(forms.ModelForm): File "/usr/local/lib/python2.7/dist-packages/modoboa_amavis/forms.py", line 20, in DomainPolicyForm class Meta: File "/usr/local/lib/python2.7/dist-packages/modoboa_amavis/forms.py", line 26, in Meta 'bypass_virus_checks': form_utils.InlineRadioSelect(), AttributeError: 'module' object has no attribute 'InlineRadioSelect'@tonioo commented on GitHub (Feb 2, 2018):
@kev1904 Have you updated extensions before launching the command? (as explained in the documentation)
@kev1904 commented on GitHub (Feb 2, 2018):
Yes ive run pip install modoboa==1.10.1
@tonioo commented on GitHub (Feb 2, 2018):
Ok so you did not follow the upgrade procedure... http://modoboa.readthedocs.io/en/latest/upgrade.html#id2