Closed imomaliev closed 2 years ago
Sounds good to me in general. What is your use case?
I have 2 models, parent and child, child model has fsm. I need to add fsm functionality to parent one. So for the sake of data consistency I need to do data migration and create StateLog
records for existing objects of parent model based on state logs of the child.
Hi, I would like to have ability to use
StateLog
's manager in migrations for data migrationshttps://docs.djangoproject.com/en/2.1/topics/migrations/#model-managers
I could provide PR if this feature request accepted