This should help those of you who have had problems upgrading old installs
of Review Board.

Thanks to everyone who helped me test this!

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


---------- Forwarded message ----------
From: Christian Hammond <chip...@chipx86.com>
Date: Wed, Mar 13, 2013 at 2:40 AM
Subject: Django Evolution 0.6.9 released
To: django-evolut...@googlegroups.com
Cc: Stephen Gallagher <step...@gallagherhome.com>


Hi everyone,

Django Evolution 0.6.9 is out. This added some more introspection when
applying evolutions so that a mutation isn't applied if the old database
signature for that model already matches the new signature.

Basically, this means if you have a very old database, and a new model has
been introduced since then *and* new evolutions were added to that model,
you shouldn't have any confusing errors when trying to run the evolutions.
Previously, it would install a baseline for the new models that matched the
latest version of the model, and then try to apply (now old) mutations to
that model, which would fail. This shouldn't happen anymore.

As usual, you can install the latest release by doing:

    $ sudo easy_install -U django_evolution

or

    $ sudo pip install -U django_evolution

I'm planning to move the sourcecode for Django Evolution onto GitHub. While
I haven't done it yet, you should expect that the next release will come
off of http://github.com/reviewboard/django-evolution/. Hopefully this
won't impact anyone. Let me know if you think it will.

Thanks,

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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/groups/opt_out.


Reply via email to