Jacob Haslehurst

Results 5 comments of Jacob Haslehurst

ideally `ModuleParams` implements `Default`

I'm in the same situation as @jamesob - has there been any progress on this in the last few months?

which versions of django-fsm did `get_all_status_transitions` work with and which work with `get_all_state_transitions`?

maybe we should change the code to something like: ``` python from django_fsm import get_all_FIELD_transitions, FSMField fsm_field = None for field in instance._meta.get_fields(): if isinstance(field, FSMField): fsm_field = field break...

Hi, this looks good! would you like to take over this repository? I'm unlikely to do any more work on it