Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 1050:6a6801d896c3 | 1051:a0c7df67dd9c |
|---|---|
| 84 it must now contain:: | 84 it must now contain:: |
| 85 | 85 |
| 86 # WARNING: DO NOT EDIT THIS FILE!!! | 86 # WARNING: DO NOT EDIT THIS FILE!!! |
| 87 from roundup.backends.back_anydbm import Database, Class, FileClass, IssueClass | 87 from roundup.backends.back_anydbm import Database, Class, FileClass, IssueClass |
| 88 | 88 |
| 89 Yes, I realise the irony of the "DO NOT EDIT THIS FILE" statement :) | |
| 89 Note the addition of the Class, FileClass, IssueClass imports. These are very | 90 Note the addition of the Class, FileClass, IssueClass imports. These are very |
| 90 important, as they're going to make the next change work too. You now need to | 91 important, as they're going to make the next change work too. You now need to |
| 91 modify the top of the dbinit module in your instance from:: | 92 modify the top of the dbinit module in your instance from:: |
| 92 | 93 |
| 93 import instance_config | 94 import instance_config |
