mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-27 18:05:58 +03:00
[GH-ISSUE #1202] Fatal error after updating to 1.8.2 #984
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#984
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 @mundschenk-at on GitHub (Jul 28, 2017).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1202
Impacted versions
Steps to reproduce
python manage.py migrateCurrent behavior
Expected behavior
A clean run of the migrate script.
@mundschenk-at commented on GitHub (Jul 28, 2017):
Disabling
modoboa-contactsfixed the problem for the while being. Apparently some change in 1.8.2 is not compatible with it.@TacoScheltema commented on GitHub (Jul 28, 2017):
I just had the same error when upgrading from 1.8.1 to 1.8.2
After restarting uwsgi I get a 501 error in my browser.
I reverted to 1.8.1 which made it work again.
Steps to revert:
restart uwsgi after these steps.
@tonioo commented on GitHub (Jul 28, 2017):
Guys, please update
django-filterspackage to latest version, I'll push a new contacts release soon.@mundschenk-at commented on GitHub (Jul 28, 2017):
Updating
django-filter(nos!) to 1.0.4 indeed fixed the issue for me.@TacoScheltema commented on GitHub (Jul 28, 2017):
that worked, instructions for all us non-developers out there:
and restart uwsgi
@tonioo commented on GitHub (Jul 29, 2017):
I've just released a 0.4.0 version of the contacts plugin which fixes this issue.