diff -r e8f14fde7f0e -r b37fc4c1e189 app/soc/models/document.py --- 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