# HG changeset patch # User Sverre Rabbelier # Date 1231257676 0 # Node ID a0a4cbd7693b228176094edb670361048b30864c # Parent e0293fa7b34229c03a9444f3848362c72f690232 Copy/paste fix Typo fix: s/founder/program Patch by: Sverre Rabbelier diff -r e0293fa7b342 -r a0a4cbd7693b app/soc/models/timeline.py --- 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'))