equal
deleted
inserted
replaced
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'): |