AtomicDestroyModelViewSetMixin
Overview
Wraps the DRF destroy action in a database transaction.
destroy
Signature
destroy(self, request, args, kwargs)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| self | yes | ||
| request | yes | ||
| args | yes | ||
| kwargs | yes |
Source
server/vueda/core/viewsets/__init__.py:158
Source
server/vueda/core/viewsets/__init__.py:155