app/soc/models/review.py
changeset 3006 e74c4d37a61a
parent 1757 0f909179ccf2
--- 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,