Proposal Group Python Module

Proposal group relationship.

class pacifica.metadata.orm.proposal_group.ProposalGroup(*args, **kwargs)

Relates proposals and groups objects.

Attributes:
Name Description
group Link to the Group model
proposal Link to the Proposal model
DoesNotExist

alias of ProposalGroupDoesNotExist

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.