From a0b4af808168c7dee0e066582228b50d8f722e07 Mon Sep 17 00:00:00 2001 From: helmutm Date: Sat, 5 Nov 2005 14:17:01 +0000 Subject: [PATCH] more on relations - now includes an IObjectRemoved event handler and more fine-grained permissions git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@658 fd906abe-77d9-0310-91a1-e0d9ade77398 --- relation/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relation/interfaces.py b/relation/interfaces.py index 2427eee..1aec657 100644 --- a/relation/interfaces.py +++ b/relation/interfaces.py @@ -47,7 +47,7 @@ class IRelationsRegistryQuery(Interface): """ Return a list of relations that fulfill the criteria given. Example: rr.queryRelations(first=someObject, second=anotherObject, - relationship='a.dotted.name') + relationship=SomeRelationClass) """