Lines Matching full:differences
209 differences = self._compare_fields_in_row(row)210 if differences:213 type(self), self.id, differences)248 @returns A dictionary listing the differences keyed by field name252 differences = {}260 differences[field] = (current_value, row_value)261 return differences