Skip to content

vueda.release_releasenote_partial_update

Overview

Full CRUD ViewSet for VUEDA models. Extends DRF's ModelViewSet with:

  • Flex-fields expansion (FlexFieldsMixin)
  • Query-parameter validation against filter and serializer fields (NoExtraFieldsForViewSetMixin)
  • Row-level and workflow-aware list filtering (ListRowLevelViewSetMixin)
  • Bulk delete with dry-run support
  • Override destroy_validation to add pre-delete business rules.
  • Override get_warnings_for_object (from WarningConfirmationMixin) to gate single and bulk destroy (and activate/deactivate when DeactivateActionViewSetMixin is mixed in) behind a 409 confirmation with the same rule for both; override get_warnings instead if bulk needs its own logic.

Signature

PATCH /vueda.release/releasenote/

Parameters

NameTypeRequiredDescription
fstring[]noSelects a sparse subset of fields to include in the response.
bodyReleaseNoteyes

Returns

ReleaseNote

Responses

200 OK

Returns ReleaseNote

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2