-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't handle FK and ManyToMany relationships #3
Comments
|
Will try to reproduce on a simplified model in a bit -> but this is occurring when there are a couple of fk relationships and a few manytomany relationships |
Same issue here:
|
same issue |
ManyToMany relationships appear to be the issue here. |
I understand your pain. I built this in a couple of hours one day when I needed to rename a couple of models. Given this stuff is barely documented (I remember copying lots of code from the Django source code) I'm not sure I want to go through the same pain again and develop this further into a proper package. I sometimes feel like it's easier to just write the new models, copy the data, then delete the old models. Sorry! |
When trying to run this on a migration of a model from one app to another that I've been attempting, this bombs out handling a ManyToOne relationship
The text was updated successfully, but these errors were encountered: