Re: Django Evolution Error when upgrading database from 1.6.13 to 1.7.2

2013-01-24 Thread christophe . onesys
Christian, your tip works great $ rb-site manage /var/www/reviews.example.info shell from django_evolution.models import Version Version.objects.exclude(evolutions__pk__gt=0).delete() quit() $ rb-site upgrade /var/www/reviews.onesys.info [...] -- begin log output

Re: Django Evolution Error when upgrading database from 1.6.13 to 1.7.2

2013-01-24 Thread christophe . onesys
Christian, your tip works great $ rb-site manage /var/www/reviews.example.info shell from django_evolution.models import Version Version.objects.exclude(evolutions__pk__gt=0).delete() quit() $ rb-site upgrade /var/www/reviews. http://reviews.onesys.infohttp://reviews.onesys.info example

Re: Can’t Enable Search

2013-01-24 Thread christophe . onesys
@Ian Seems the fix has been alreay commited to 1.7.x branch (see https://github.com/reviewboard/reviewboard/commit/151cc35e29920394b03eff04c3906a2e237326b4). But I don't know if it can be applied manually to a running reviewboard install -- Want to help the Review Board project? Donate

Django Evolution Error when upgrading database from 1.6.13 to 1.7.2

2013-01-22 Thread christophe . onesys
Hello First I have to say that the new reviewboard installer (rb-site install) assistant is GREAT. No config file to edit, each setting is explained, I like this very much ! Now here's my problem : I installed version 1.7.2 of reviewboard (ReviewBoard.noarch 0:1.7.2-1.fc18) on fedora 18. I

Re: Can’t Enable Search

2013-01-22 Thread christophe . onesys
Same problem on Fedora 18 / reviewboard 1.7.2 -- 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

Re: Django Evolution Error when upgrading database from 1.6.13 to 1.7.2

2013-01-22 Thread christophe . onesys
After some investigation, the reported error above was easily fixed. As it is clearly explained herehttp://stackoverflow.com/questions/3466872/why-cant-a-text-column-have-a-default-value-in-mysql, on Windows the default configuration of MySql doesn't allow default value for BLOB type. Setting