diff -r 3318f8d00691 -r 4e69a5f30a9a app/soc/models/group_app.py --- a/app/soc/models/group_app.py Tue Feb 03 09:20:09 2009 +0000 +++ b/app/soc/models/group_app.py Tue Feb 03 13:26:34 2009 +0000 @@ -105,7 +105,6 @@ default='needs review', verbose_name=ugettext('Application Status')) - # timestamp to record the time on which this application has been created created_on = db.DateTimeProperty(required=True, auto_now_add=True, verbose_name=ugettext('Created on'))