--- a/app/soc/models/work.py Fri Mar 06 15:23:22 2009 +0000
+++ b/app/soc/models/work.py Fri Mar 06 15:52:12 2009 +0000
@@ -39,10 +39,6 @@
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