app/soc/models/document.py
changeset 351 b37fc4c1e189
parent 342 72482d8e5b34
child 385 6d410bf49a82
--- a/app/soc/models/document.py	Thu Oct 16 04:30:26 2008 +0000
+++ b/app/soc/models/document.py	Thu Oct 16 04:37:13 2008 +0000
@@ -38,14 +38,8 @@
 
     work.title:  the title of the Document
 
-    work.abstract:  document summary displayed as a snippet in Document
-      list views
-
     work.reviews:  reviews of the Document by Reviewers
-  """
 
-  #: Required db.TextProperty containing the Document contents.
-  #: Unlike the work.abstract, which is considered "public" information,
-  #: the content is only to be displayed to Persons in Roles eligible to
-  #: view them (which may be anyone, for example, with the site front page).
-  content = db.TextProperty(verbose_name=ugettext_lazy('Content'))
+    work.content:  the rich-text contents of the Document
+  """
+  pass
\ No newline at end of file