Changes between Initial Version and Version 1 of Ticket #31582, comment 2
- Timestamp:
- May 14, 2020, 8:08:15 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31582, comment 2
initial v1 54 54 {{{ 55 55 for row in compiler.results_iter(results): 56 57 56 obj = model_cls.from_db(db, init_list, row[model_fields_start:model_fields_end]) 57 .... 58 58 }}} 59 59