equal
deleted
inserted
replaced
163 """internal entity uri""" |
163 """internal entity uri""" |
164 __permissions__ = RO_ATTR_PERMS |
164 __permissions__ = RO_ATTR_PERMS |
165 cardinality = '11' |
165 cardinality = '11' |
166 subject = '*' |
166 subject = '*' |
167 object = 'String' |
167 object = 'String' |
168 constraints = [UniqueConstraint()] |
|
169 |
168 |
170 |
169 |
171 # XXX find a better relation name |
170 # XXX find a better relation name |
172 class for_user(RelationType): |
171 class for_user(RelationType): |
173 """link a property to the user which want this property customization. Unless |
172 """link a property to the user which want this property customization. Unless |