Mercurial > p > roundup > code
comparison doc/upgrading.txt @ 2915:7d97c75e7cba
more docs
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 16 Nov 2004 23:36:59 +0000 |
| parents | 398a93f386b8 |
| children | 15620de288b1 |
comparison
equal
deleted
inserted
replaced
| 2914:c75a19894d3e | 2915:7d97c75e7cba |
|---|---|
| 73 import ...`` and the ``db = Database(config, name)`` line. | 73 import ...`` and the ``db = Database(config, name)`` line. |
| 74 | 74 |
| 75 Remove the last few lines starting with ``import detectors`` down to | 75 Remove the last few lines starting with ``import detectors`` down to |
| 76 ``return db`` inclusive. | 76 ``return db`` inclusive. |
| 77 | 77 |
| 78 Note that there's a new way to write extension code for Roundup - the old | 78 There's a new way to write extension code for Roundup - the old |
| 79 ``interfaces.py`` file will be ignored in future versions of Roundup. See | 79 ``interfaces.py`` file will be ignored. See the `customisation |
| 80 the `what's new in 0.8`__ documentation for more information. | 80 documentation`_ for information about how extensions are now written. |
| 81 | |
| 82 __ whatsnew-0.8.html | |
| 83 | 81 |
| 84 | 82 |
| 85 0.8.0 Permissions Changes | 83 0.8.0 Permissions Changes |
| 86 ------------------------- | 84 ------------------------- |
| 87 | 85 |
