pas.models.parliamentarian

Classes

PASParliamentarian

Mixin providing a meta/content JSON pair. Meta is a JSON column loaded

Module Contents

class pas.models.parliamentarian.PASParliamentarian[source]

Bases: onegov.parliament.models.Parliamentarian

Mixin providing a meta/content JSON pair. Meta is a JSON column loaded with each request, content is a JSON column loaded deferred (to be shown only in the detail view).

__mapper_args__[source]
es_type_name = 'pas_parliamentarian'[source]

Returns the unique type name of the model.

es_public = False[source]

Returns True if the model is available to be found by the public. If false, only editors/admins will see this object in the search results.