We\'re trying to rename a column in MySQL (5.1.31, InnoDB) that is a foreign key to another table.
At first, we tried to use Django-South, but came up against a know
AFAIK, dropping the constraint, then rename, then add the constraint back is the only way. Backup first!