Seems like this should be \"easy\" or at least documented somewhere, I just cant find it.
Lets say I have a model:
class A(models.Model):
users =
If anyone comes across this question when trying to do the same thing with the moderns migration framework, here are the steps:
migrations. SeparateDatabaseAndState
migration, where the auto-generated steps are in the state_operations
field and the database operations are empty.