I recently upgraded Reviewboard from 1.7.x to 2.0.x. I had a Reviewbot 
extension which also require upgrade from 0.1 to 0.2. Everything seemed 
working  fine until I wanted to try other extensions.

On enabling other extensions, it gives me:

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:
The model reviewbotext.Tool has been deleted
The model reviewbotext.Profile has been deleted
The model reviewbotext.ToolExecution has been deleted
The model reviewbotext.AutomaticRunGroup has been deleted
The model reviewbotext.ManualPermission has been deleted
In model reviewbotext.ReviewBotTool:
    Meta property 'unique_together' has changed


Traceback (most recent call last):
  File 
"/usr/local/python2.7/lib/python2.7/site-packages/Djblets-0.8.23-py2.7.egg/djblets/extensions/manager.py",
 line 818, in _install_extension_media_internal
    stdout=stream, stderr=stream)
  File 
"/usr/local/python2.7/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/core/management/base.py",
 line 285, in execute
    output = self.handle(*args, **options)
  File 
"/usr/local/python2.7/lib/python2.7/site-packages/django_evolution-0.7.6-py2.7.egg/django_evolution/management/commands/evolve.py",
 line 65, in handle
    self.evolve(*app_labels, **options)
  File 
"/usr/local/python2.7/lib/python2.7/site-packages/django_evolution-0.7.6-py2.7.egg/django_evolution/management/commands/evolve.py",
 line 133, in evolve
    self.check_simulation()
  File 
"/usr/local/python2.7/lib/python2.7/site-packages/django_evolution-0.7.6-py2.7.egg/django_evolution/management/commands/evolve.py",
 line 262, in check_simulation
    raise CommandError('Your models contain changes that Django '
CommandError: Your models contain changes that Django Evolution cannot resolve 
automatically.



When I run rb-site mange /path evolve, it says nothing to evolve.


How can I get around it?

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to