app/soc/models/timeline.py
changeset 771 0b1beae179f5
parent 766 046b4b51eabf
child 776 f86a76f52bf4
--- a/app/soc/models/timeline.py	Tue Jan 06 21:21:09 2009 +0000
+++ b/app/soc/models/timeline.py	Wed Jan 07 16:49:16 2009 +0000
@@ -14,7 +14,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-"""This module contains the Timeline Model."""
+"""This module contains the Timeline Model.
+"""
 
 __authors__ = [
   '"Sverre Rabbelier" <sverre@rabbelier.nl>',
@@ -32,10 +33,10 @@
   """The Timeline Model, representing the timeline for a Program.
   """
 
-  program_start_data = db.DateTimeProperty(
+  program_start = db.DateTimeProperty(
       verbose_name=ugettext_lazy('Program Start date'))
 
-  program_end_data = db.DateTimeProperty(
+  program_end = db.DateTimeProperty(
       verbose_name=ugettext_lazy('Program End date'))
 
   org_signup_start = db.DateTimeProperty(