schemas/base.py
changeset 10624 48e54aabcd55
parent 10411 4ee15441f2eb
child 10666 7f6b5f023884
equal deleted inserted replaced
10576:1ee631aedf2f 10624:48e54aabcd55
   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