From f2eb384dd8dcce3cf19479332d404126994f7f08 Mon Sep 17 00:00:00 2001 From: helmutm Date: Wed, 13 Aug 2008 17:39:10 +0000 Subject: [PATCH] add IMappingAttributeRelation and corresponding relation adapter for being able to use a set of child relations for representing a mapping attribute git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2809 fd906abe-77d9-0310-91a1-e0d9ade77398 --- configure.zcml | 8 ++++++++ interfaces.py | 29 ++++++++++++++++++++++++++++- predicate.py | 17 ++++++++++++++--- tests/setup.py | 8 ++++++-- 4 files changed, 56 insertions(+), 6 deletions(-) diff --git a/configure.zcml b/configure.zcml index bb85de0..73fc9e3 100644 --- a/configure.zcml +++ b/configure.zcml @@ -258,6 +258,14 @@ set_schema="loops.interfaces.IPredicate" /> + + + + + +