Skip to content

ActivatableBaseModel

Overview

A base model for models that can be activated or deactivated.

Meta

Source

server/vueda/core/models.py:392

is_active

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

Signature

is_active(unknown)

Parameters

NameTypeRequiredDescription
unknownyes

_meta

Source

server/vueda/core/models.py:382

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