Changes between Initial Version and Version 1 of Ticket #19607


Ignore:
Timestamp:
Jan 14, 2013, 11:39:05 AM (12 years ago)
Author:
Preston Holmes
Comment:

From a cursory look - the code for this has not changed between 1.4 and 1.5 - so is unlikely to be a regression, and so not a blocker for 1.5

I haven't yet tried to verify the bug - can you provide more detail on how to recreate the problem query, even better is to provide it in the form of a failing test case.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19607

    • Property Resolutionneedsinfo
    • Property Severity Release blockerNormal
    • Property Status newclosed
  • Ticket #19607 – Description

    initial v1  
    44
    55Code:
     6{{{
    67            for obj in obj_list:
    78                if not hasattr(obj, '_prefetched_objects_cache'):
     
    1819                    # We already did this list
    1920                    break    <------ Line 1613 -------------- this one sould be changed to pass
     21}}}
Back to Top