diff -r ec7818110fd2 -r db306bbda381 app/soc/models/comment.py --- a/app/soc/models/comment.py Tue Jul 07 20:17:23 2009 -0500 +++ b/app/soc/models/comment.py Sat Jul 11 13:56:55 2009 +0200 @@ -42,7 +42,7 @@ #: A required many:1 relationship with a comment entity indicating #: the user who provided that comment. author = db.ReferenceProperty(reference_class=soc.models.user.User, - required=True, collection_name="commented") + required=True, collection_name="commented") #: The rich textual content of this comment content = db.TextProperty(verbose_name=_('Content'))