app/soc/models/work.py
changeset 1687 8203c805edc7
parent 1678 80411f57f31a
child 2558 ba32a4f5716b
--- 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