Home | Trees | Indices | Help |
|
---|
|
|
|||
Admin |
|
|||
|
|
|||
party = ManyToOne('Party', required= True, ondelete= 'cascade'
|
|||
contact_mechanism = ManyToOne('ContactMechanism', required= Tr
|
|||
from_date = Field(Date(), default= datetime.date.today, requir
|
|||
thru_date = Field(Date(), default= end_of_times, index= True)
|
|||
comment = Field(Unicode(256))
|
|
party
|
contact_mechanism
|
from_date
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jan 31 18:49:54 2009 | http://epydoc.sourceforge.net |