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
This commit is contained in:
parent
3c8b67a378
commit
a0b4af8081
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
"""
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue