Comment by IceDane
4 hours ago
There is no way to autogenerate migrations that work in all cases. There are lots of things out there that can generate migrations that work for most simple cases.
4 hours ago
There is no way to autogenerate migrations that work in all cases. There are lots of things out there that can generate migrations that work for most simple cases.
That's why you can do your own migrations in Django for those edge cases.
Django manages to autogenerate migrations that work in the VAST majority of cases.