Fix too long lines in soc.models.group_app module.
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
--- a/app/soc/models/group_app.py Wed Mar 04 17:29:35 2009 +0000
+++ b/app/soc/models/group_app.py Wed Mar 04 17:30:22 2009 +0000
@@ -116,7 +116,7 @@
created_on = db.DateTimeProperty(required=True, auto_now_add=True,
verbose_name=ugettext('Created on'))
- # timestamp to record the time on which this application has been last modified
- # also changes when the review properties change
+ # timestamp to record the time on which this application has been
+ # last modified also changes when the review properties change
last_modified_on = db.DateTimeProperty(required=True, auto_now=True,
verbose_name=ugettext('Last modified on'))