4056: rb-site upgrade error: Your models contain changes that Django Evolution cannot resolve automatically
- SetupIssue
- Review Board
Jasper | |
What version are you running?
1.7.1
What's the URL of the page containing the problem?
(it is internal)
What steps will reproduce the problem?
- on Linux (CentOS) reviewboard 1.7 -> 2.0.16 ( intended to upgrade to latest but ran into some problem, thought I would do it with a smaller increment )
- easy_install ReviewBoard==2.0.16 (successful)
- rb-site upgrade [path]
What is the expected output? What do you see instead?
database ok successful expected
actual result:
In model reviews.ReviewRequest:
Field 'related_review_number' has been deleted
In model reviews.Review
Field 'notify_only_submitter' has been deleted
In model reviews.ReviewRequestDraft
Field 'related_review_number' has been deleted
In model accounts.Profile
Field 'eclipse_diff_view' has been deletedWhat operating system are you using? What browser?
CentOS
Please provide any additional information below.
Have also post on forum
https://groups.google.com/forum/?fromgroups=#!topic/reviewboard/VdCfTpbBVK4
I have come across a few posts about similar issues, some of them is fixed by reviewboard as i think Christian mentions that reviewboard owns the schema and should be be changed manually .
from django_evolution.models import Version
for version in Version.objects.all() : print version
...
Stored version, updated on 2012-12-18 02:02:09+00:00
Stored version, updated on 2012-11-09 21:44:36+00:00
Hinted version, updated on 2012-11-09 21:44:31+00:00
Stored version, updated on 2012-08-02 12:59:14+00:00
Hinted version, updated on 2012-08-02 12:59:12+00:00
Stored version, updated on 2012-01-24 16:02:57+00:00