thirdparty/mocker/__init__.py
author |
Todd Larsen <tlarsen@google.com> |
|
Thu, 16 Oct 2008 04:37:13 +0000 |
changeset 351 |
b37fc4c1e189 |
parent 104 |
5a2786fd5048
|
permissions |
-rw-r--r-- |
Eliminate the Work.abstract property and move the Document.content property
to Work.content instead. Update affected views, and re-base some classes
that were deriving from Document just to get Document.content to now be
derived from Work instead.
The Document class now has a "pass" body with no additional properties. It
is debatable whether Work should become Document, since I am not sure that
we plan to be able to generically display, say, a Quiz or a Question (which
are Works) on the home page (which can only specifically display a Document,
or now, the basic Work entity...).
Patch by: Todd Larsen
Review by: to-be-reviewed