summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2834a7c)
raw | patch | inline | side by side (parent: 2834a7c)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 21 Jan 2002 03:01:29 +0000 (03:01 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 21 Jan 2002 03:01:29 +0000 (03:01 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@569 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/hyperdb.py | patch | blob | history |
diff --git a/roundup/hyperdb.py b/roundup/hyperdb.py
index 15f5c80d217a47d666d6c61348c81ed9deda0ac5..9a2406aa2b8e7a8d892e9845503453e258f06621 100644 (file)
--- a/roundup/hyperdb.py
+++ b/roundup/hyperdb.py
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: hyperdb.py,v 1.50 2002-01-19 13:16:04 rochecompaan Exp $
+# $Id: hyperdb.py,v 1.51 2002-01-21 03:01:29 richard Exp $
__doc__ = """
Hyperdatabase implementation, especially field types.
class Multilink:
"""An object designating a Multilink property that links
to nodes in a specified class.
+
+ "classname" indicates the class to link to
+
+ "do_journal" indicates whether the linked-to nodes should have
+ 'link' and 'unlink' events placed in their journal
"""
def __init__(self, classname, do_journal='no'):
self.classname = classname
#
# $Log: not supported by cvs2svn $
+# Revision 1.50 2002/01/19 13:16:04 rochecompaan
+# Journal entries for link and multilink properties can now be switched on
+# or off.
+#
# Revision 1.49 2002/01/16 07:02:57 richard
# . lots of date/interval related changes:
# - more relaxed date format for input