I need to save a django many-to-many field to a third-party server when saving a model. However, the third party server might be unavailable, in which case I need to abort the whole save operation.
Is it possible to abort saving a model from the m2m_changed phase?