Skip to content

VuedaModel

Overview

Abstract base model for all VUEDA domain models. Adds a formatted_name generated field (defaults to name) used by the API for consistent display. Subclasses should override formatted_name_lookup_expression to change the source field.

Meta

Default Django Meta base that replaces Django's add/change/view/delete permissions with CRUDL names.

Source

server/vueda/core/models.py:378

formatted_name

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

Signature

formatted_name(unknown)

Parameters

NameTypeRequiredDescription
unknownyes

_meta

Source

server/vueda/core/models.py:371

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