jacobh / drf-fsm-transitions

Automatically hook your Django-FSM transitions up to Django REST Framework
MIT License
28 stars 14 forks source link

Allow post-transition saving to be disabled #3

Closed jacobh closed 9 years ago

jacobh commented 9 years ago

To disable saving after a transition on a particular viewset you would do

class MyViewset(...):
     save_post_transition = False