class slm.defines.SiteLogStatus[source]

Bases: IntegerChoices

FORMER = 1
PROPOSED = 2
UPDATED = 3
PUBLISHED = 4
EMPTY = 5
SUSPENDED = 6
property css
property color
merge(sibling)[source]

Returns the correct status value to use when sibling status values are being combined into one parent status value.

set(child)[source]

Returns the correct status value to use when this status is being set to the aggregate status of its children.

classmethod unpublished_states()[source]
classmethod active_states()[source]
__new__(value)