Mercurial > p > roundup > code
diff doc/upgrading.txt @ 1051:a0c7df67dd9c
Allow a page request to include a :contentonly variable.
If it exists, we only render the content of the page, and not the
surrounding "page" template.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 05 Sep 2002 01:27:42 +0000 |
| parents | 6afef8529d6c |
| children | 43ab730ee194 |
line wrap: on
line diff
--- a/doc/upgrading.txt Thu Sep 05 00:38:11 2002 +0000 +++ b/doc/upgrading.txt Thu Sep 05 01:27:42 2002 +0000 @@ -86,6 +86,7 @@ # WARNING: DO NOT EDIT THIS FILE!!! from roundup.backends.back_anydbm import Database, Class, FileClass, IssueClass +Yes, I realise the irony of the "DO NOT EDIT THIS FILE" statement :) Note the addition of the Class, FileClass, IssueClass imports. These are very important, as they're going to make the next change work too. You now need to modify the top of the dbinit module in your instance from::
