VirtualMailManager/domain.py
branchv0.7.x
changeset 671 a9d86ccac044
parent 653 cf07e4468934
child 676 2bc11dada296
equal deleted inserted replaced
670:f374ef062c94 671:a9d86ccac044
   147 
   147 
   148         Arguments:
   148         Arguments:
   149 
   149 
   150         `column` : basestring
   150         `column` : basestring
   151           Name of the table column. Currently: qid, ssid and tid
   151           Name of the table column. Currently: qid, ssid and tid
   152         `value` : long
   152         `value` : int
   153           The referenced key
   153           The referenced key
   154         `force` : bool
   154         `force` : bool
   155           reset existing users. Default: `False`
   155           reset existing users. Default: `False`
   156         """
   156         """
   157         if column not in ('qid', 'ssid', 'tid'):
   157         if column not in ('qid', 'ssid', 'tid'):