app/soc/models/proposal.py
changeset 129 d9543d181c37
parent 97 d01d0ae7d6c8
child 181 fdd29818a954
equal deleted inserted replaced
128:f6abf00efc62 129:d9543d181c37
    34 
    34 
    35   tasks)  an optional 1:many relationship of Task entities using the
    35   tasks)  an optional 1:many relationship of Task entities using the
    36     Proposal as their foundation.  This relation is implemented as the
    36     Proposal as their foundation.  This relation is implemented as the
    37     'tasks' back-reference Query of the Task model 'proposal' reference.
    37     'tasks' back-reference Query of the Task model 'proposal' reference.
    38 
    38 
    39    """"
    39   """
       
    40 
    40 	#: Required 1:1 relationship with a Work entity that contains the
    41 	#: Required 1:1 relationship with a Work entity that contains the
    41 	#: general "work" properties of the Proposal.  The back-reference in the Work
    42 	#: general "work" properties of the Proposal.  The back-reference in the Work
    42 	#: model is a Query named 'proposal'.
    43 	#: model is a Query named 'proposal'.
    43 	#: 
    44 	#: 
    44 	#: work.authors:  the Authors of the Work referred to by this relation
    45 	#: work.authors:  the Authors of the Work referred to by this relation