page.model ========== .. py:module:: page.model .. autoapi-nested-parse:: A OneGov Page is an Adjacency List used to represent pages with any kind of content in a hierarchy. See also: ``_ Classes ------- .. autoapisummary:: page.model.Page Module Contents --------------- .. py:class:: Page(title: str, parent: Self | None = None, **kwargs: Any) Bases: :py:obj:`onegov.core.orm.abstract.AdjacencyList`, :py:obj:`onegov.core.orm.mixins.ContentMixin`, :py:obj:`onegov.core.orm.mixins.TimestampMixin`, :py:obj:`onegov.core.orm.mixins.UTCPublicationMixin`, :py:obj:`onegov.file.MultiAssociatedFiles` Defines a generic page. .. py:attribute:: __tablename__ :value: 'pages' .. py:attribute:: parent :type: sqlalchemy.orm.relationship[Page | None]