author | Lennard de Rijk <ljvderijk@gmail.com> |
Tue, 03 Feb 2009 13:26:34 +0000 | |
changeset 1199 | 4e69a5f30a9a |
parent 1198 | 3318f8d00691 |
child 1200 | e68fd70ba076 |
--- 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'))