Changes between Initial Version and Version 1 of Ticket #31582, comment 2


Ignore:
Timestamp:
May 14, 2020, 8:08:15 AM (4 years ago)
Author:
Sümer Cip

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31582, comment 2

    initial v1  
    5454{{{
    5555for row in compiler.results_iter(results):
    56             obj = model_cls.from_db(db, init_list, row[model_fields_start:model_fields_end])
    57             ....
     56    obj = model_cls.from_db(db, init_list, row[model_fields_start:model_fields_end])
     57    ....
    5858}}}
    5959
Back to Top