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
| Name | Type | Required | Description |
|---|---|---|---|
| unknown | yes |
_meta
Source
server/vueda/core/models.py:382