def on_action_save(self, sender, instance, created, raw, **kwargs): if created and not raw: transaction.on_commit(lambda: send_notifications(instance))