diff -r fbdf957cb3a3 -r e74c4d37a61a app/soc/models/review.py --- a/app/soc/models/review.py Sun Oct 04 15:14:06 2009 +0200 +++ b/app/soc/models/review.py Sun Oct 04 20:46:59 2009 +0200 @@ -35,6 +35,7 @@ #: the score given by the reviewer score = db.IntegerProperty(required=True, default=0) + # TODO(ljvderijk): Remove this property #: An optional reference property to a reviewer so the information #: from the Role can be used as well reviewer = db.ReferenceProperty(reference_class=soc.models.role.Role,