Hi,
is it possible to create a condition for the object creation with the same syntax that exists for other transitions?
Say I have a default state = FsmField(default='new'), the only way I found to check the initial conditions is to use the clean or save methods and check that the id is null and then run some initial tests.
I would have been nice to be able to do it in the same fashion as all the other state related tests.
Is it possible to do it that way? How would you recommend to implement this using django-fsm?