evildmp / Arkestra

Arkestra extends Django CMS to provide an intelligent semantic web publishing system for organisations and institutions.
http://arkestra-project.org
BSD 2-Clause "Simplified" License
139 stars 27 forks source link

fix evildmp/Arkestra#68 #70

Closed darbula closed 11 years ago

darbula commented 11 years ago

This one should fix issue #68. I have tested it with sqllite and mysql and it works just as it should.

evildmp commented 11 years ago

This looks great, thanks, I will test it this morning.

evildmp commented 11 years ago

That's all looking good. It worked fine with MySQL, anyway. I'll make a couple of notes and merge it.

Can you tell me how you'd like to be credited in https://github.com/evildmp/Arkestra/blob/develop/CONTRIBUTORS.txt?

darbula commented 11 years ago

I have added one line because when testing on the new mysql database migrate was failing on rename_column. If it was restarted all went well. I tracked it down to the constraints cache not being updated so this one line forces cache update.

darbula commented 11 years ago

Thank you for considering credits update, Damir Arbula.

evildmp commented 11 years ago

On the contrary, thank you for spotting and fixing the issue. Before I push your fixes, I also need to update the example database to reflect the new FKs.