Open camilogg opened 2 years ago
I'm using django-fsm and I have an Order model with state field with protected=True so I can't create objects with G. Is there any workaround for this?
I am not up to date. What if you split the object creation into multiple calls? For the FK objects?
If that field is nullable, could you try set it None?
I'm using django-fsm and I have an Order model with state field with protected=True so I can't create objects with G. Is there any workaround for this?