Comment 1 for bug 628817

Revision history for this message
Daniel Holbach (dholbach) wrote :

While trying to fix another bug, I noticed this:

root@miyazaki:~/loco-directory.612521/loco_directory# ./manage.py startmigration teams change_slugfield --auto
WARNING:root:No local_settings.py were found. See INSTALL for instructions.
WARNING:root:No local_settings.py were found. See INSTALL for instructions.
 + Added field 'teams.team.owner_profile'
 + Added M2M 'teams.team.admin_profiles'
 + Added M2M 'teams.team.contact_profiles'
 - Deleted field 'teams.team.admins'
 - Deleted field 'teams.team.owner'
 - Deleted model 'teams.teamadministrator'
...

Seems the flickr migration fix broke stuff because it was an old migration script.

My preferred solution is: back it out, redo it.