wtfs.models.notification

Module Contents

Classes

Notification

A changelog entry for an official notice.

class wtfs.models.notification.Notification[source]

Bases: onegov.chat.Message

A changelog entry for an official notice.

__mapper_args__[source]
title: onegov.core.orm.mixins.dict_property[str | None][source]
classmethod create(request: onegov.core.request.CoreRequest, title: str = '', text: str = '') typing_extensions.Self[source]