Citation Project Python Module

Citation project relationship.

class pacifica.metadata.orm.citation_project.CitationProject(*args, **kwargs)

Relates citations with projects.

Attributes:
DoesNotExist

alias of CitationProjectDoesNotExist

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.