sobjects/test/data/schema.py
branchstable
changeset 7916 54e240c1b419
parent 6960 822f2530570d
--- a/sobjects/test/data/schema.py	Thu Oct 06 16:15:16 2011 +0200
+++ b/sobjects/test/data/schema.py	Fri Oct 07 11:47:09 2011 +0200
@@ -25,4 +25,4 @@
 
 class Tag(EntityType):
     name = String(unique=True)
-    tags = SubjectRelation('CWUser')
+    tags = SubjectRelation(('CWUser', 'CWGroup', 'EmailAddress'))