(self, *, raise_exception=False)
| 1625 | workspace_id = serializers.CharField(required=True, label=_("workspace id")) |
| 1626 | |
| 1627 | def is_valid(self, *, raise_exception=False): |
| 1628 | super().is_valid(raise_exception=True) |
| 1629 | |
| 1630 | @transaction.atomic |
| 1631 | def batch_delete(self, instance: Dict, with_valid=True): |
no test coverage detected