--- a/app/soc/models/work.py Thu Mar 05 19:20:02 2009 +0000
+++ b/app/soc/models/work.py Thu Mar 05 19:21:43 2009 +0000
@@ -39,6 +39,10 @@
reviews) a 1:many relationship between a Work and the zero or more
Reviews of that Work. This relation is implemented as the 'reviews'
back-reference Query of the Review model 'reviewed' reference.
+
+ comments) a 1:many relationship between a work and zero or more comments
+ about that work. This is implemented as the 'comments' back-reference
+ of the Comment.commented reference property.
"""
#: Required 1:1 relationship indicating the User who initially authored the
@@ -84,4 +88,3 @@
"""Alias 'title' Property as 'name' for use in common templates.
"""
return self.title
-