What version are you running?
Django==1.3.4, Reviewboard 1.6.3
What steps will reproduce the problem?
1. easy_install -U reviewboard
2. rb-site upgrade /home/macuser/reviewboard/
What is the output?
There are unapplied evolutions for scmtools.
Project signature has changed - an evolution is required
Installing custom SQL ...
Installing indexes ...
No fixtures found.
/usr/local/lib/python2.6/dist-packages/pycrypto-2.3-py2.6-linux-x86_64.egg/Crypto/Util/randpool.py:40: RandomPool_DeprecationWarning: This application uses RandomPool, which is BROKEN in older releases. See http://www.pycrypto.org/randpool-broken
RandomPool_DeprecationWarning)
The stored evolutions do not completely resolve all model changes.
Run `./manage.py evolve --hint` to see a suggestion for the changes required.
The following are the changes that could not be resolved:
In model reviews.Comment:
Field 'issue_opened' has been added
Field 'issue_status' has been added
In model reviews.Group:
Field 'local_site' has been added
Field 'incoming_request_count' has been added
Field 'visible' has been added
Field 'invite_only' has been added
In field 'name':
Property 'unique' has changed
In model reviews.Review:
Field 'file_attachment_comments' has been added
In model reviews.ReviewRequestDraft:
Field 'inactive_file_attachments' has been added
Field 'file_attachments' has been added
In model reviews.ReviewRequest:
Field 'inactive_file_attachments' has been added
Field 'local_site' has been added
Field 'local_id' has been added
Field 'file_attachments' has been added
In model reviews.DefaultReviewer:
Field 'local_site' has been added
In model reviews.ScreenshotComment:
Field 'issue_opened' has been added
Field 'issue_status' has been added
In model scmtools.Repository:
Field 'review_groups' has been added
Field 'local_site' has been added
Field 'public' has been added
Field 'users' has been added
In field 'path':
Property 'unique' has changed
In field 'name':
Property 'unique' has changed
In model accounts.Profile:
Field 'is_private' has been added
Error: Your models contain changes that Django Evolution cannot resolve automatically.
What operating system are you using? What browser?
MaxOS X 10.7.5.
Please provide any additional information below.
This is what django reports when accesing reviewboard:
(1054, "Unknown column 'scmtools_repository.extra_data' in 'field list'")