From: neaj Date: Thu, 26 Jun 2003 13:06:40 +0000 (+0000) Subject: Move documenting of curuserid to Database class. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=609cf46269f326f0480e99d1ccd18c8c39119571;p=roundup.git Move documenting of curuserid to Database class. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1781 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/doc/design.txt b/doc/design.txt index 5253184..4d9bcc0 100644 --- a/doc/design.txt +++ b/doc/design.txt @@ -292,6 +292,9 @@ Here is the interface provided by the hyperdatabase:: class Database: """A database for storing records containing flexible data types. + + The id of the current user is available on the database as + 'self.curuserid'. """ def __init__(self, config, journaltag=None): @@ -344,9 +347,6 @@ Here is the interface provided by the hyperdatabase:: users = self.db.user messages = self.db.msg files = self.db.file - - The id of the current user is also available on the database - as 'self.db.curuserid'. """ # Editing items: