tcms.core.models.abstract module

class tcms.core.models.abstract.Property(*args, **kwargs)[source]

Bases: Model

class Meta[source]

Bases: object

abstract = False
name

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

value

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