Changes between Initial Version and Version 1 of Ticket #19607
- Timestamp:
- Jan 14, 2013, 11:39:05 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19607
- Property Resolution → needsinfo
- Property Severity Release blocker → Normal
- Property Status new → closed
-
Ticket #19607 – Description
initial v1 4 4 5 5 Code: 6 {{{ 6 7 for obj in obj_list: 7 8 if not hasattr(obj, '_prefetched_objects_cache'): … … 18 19 # We already did this list 19 20 break <------ Line 1613 -------------- this one sould be changed to pass 21 }}}