rsinger86/django-lifecycle

Run hooks within a single transaction

Closed this issue · 1 comments

Django save signals are run within the same transaction. So if something goes wrong in post_save for example the instance is never saved als the transaction is rolled back. Would be nice to have the same behavior for lifecycle hooks

yeah, good call. much appreciated. will merge in soon.