author | Sverre Rabbelier <srabbelier@gmail.com> |
Tue, 06 Jan 2009 16:01:16 +0000 | |
changeset 765 | a0a4cbd7693b |
parent 764 | e0293fa7b342 |
child 766 | 046b4b51eabf |
--- a/app/soc/models/timeline.py Tue Jan 06 00:14:32 2009 +0000 +++ b/app/soc/models/timeline.py Tue Jan 06 16:01:16 2009 +0000 @@ -33,7 +33,7 @@ #: Required 1:1 relationship indicating the Program the Timeline #: belongs to. - founder = db.ReferenceProperty(reference_class=soc.models.program.Program, + program = db.ReferenceProperty(reference_class=soc.models.program.Program, required=True, collection_name="timeline", verbose_name=ugettext_lazy('Timeline'))