Proposal Participant Python Module

Proposal person relationship.

class pacifica.metadata.orm.proposal_participant.ProposalParticipant(*args, **kwargs)

Relates proposals and users objects.

Attributes:
Name Description
person Link to the Users model
proposal Link to the Proposals model
DoesNotExist

alias of ProposalParticipantDoesNotExist

static elastic_mapping_builder(obj)

Build the elasticsearch mapping bits.

from_hash(obj)

Convert the hash into the object.

to_hash(**flags)

Convert the object to a hash.

classmethod where_clause(kwargs)

Where clause for the various elements.