Changes between Initial Version and Version 1 of Ticket #26819, comment 11


Ignore:
Timestamp:
Aug 4, 2016, 9:26:37 PM (8 years ago)
Author:
PREMANAND

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26819, comment 11

    initial v1  
    55
    66
     7
     8{{{
    79row_data = tuple(d._get_pk_val() if hasattr(d, '_get_pk_val') else tuple(d)
    810                                  if type(d) is list else d for d in row_data)
     11}}}
Back to Top