# HG changeset patch # User Lennard de Rijk # Date 1251303838 -7200 # Node ID ecc4e534edd3ba6263453e73a242c34a186d328d # Parent 0b2d25b1c473e8fb31d191b2d6e2a5b9392f6c4f Make Sponsor the scope_logic for the GSoC timeline model. This will prevent errors when for instance generating URL's that are relying on the scope of this timeline. diff -r 0b2d25b1c473 -r ecc4e534edd3 app/gsoc/logic/models/timeline.py --- a/app/gsoc/logic/models/timeline.py Wed Aug 26 18:11:25 2009 +0200 +++ b/app/gsoc/logic/models/timeline.py Wed Aug 26 18:23:58 2009 +0200 @@ -19,9 +19,11 @@ __authors__ = [ '"Sverre Rabbelier" ', + '"Lennard de Rijk"