Citation Proposal Python Module

Citation proposal relationship.

class pacifica.metadata.orm.citation_proposal.CitationProposal(*args, **kwargs)

Relates citations with proposals.

Attributes:
Name Description
citation Link to the Citation model
proposal Link to the Proposal model
DoesNotExist

alias of CitationProposalDoesNotExist

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.