Some follow up questions/information: When I execute ./reviewboard/manage.py evolve, I get following outputs in my terminal: 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 application AAAA has been deleted The application BBBB has been deleted The application CCCC has been deleted The application DDDD has been deleted The application EEEE has been deleted The application FFFF has been deleted In model notifications.WebHookTarget: In field 'url': Property 'max_length' has changed In model oauth.Application: Field 'created' has been added Field 'updated' has been added Field 'algorithm' has been added In field 'user': Property 'null' has changed In field 'id': Property 'field_type' has changed CommandError: Your models contain changes that Django Evolution cannot resolve automatically. What does Django Evolution mean when it says, "The following are the changes that could not be resolved"? Do I need to write/edit corresponding revolution to delete those customized applications(AAAA, BBBB, etc) or manually remove them from my Database through SQL? Similarly, when Django Evolution says xxx has been added or changed, does it mean it can process the evolution .py files, or it can't? Thanks for the helps! -- 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 "Review Board Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to reviewboard+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/reviewboard/1ae682db-e194-4d2c-a3ab-ec911bdef42bn%40googlegroups.com.