Changes between Initial Version and Version 1 of Ticket #22209, comment 8


Ignore:
Timestamp:
Oct 7, 2015, 1:12:19 PM (9 years ago)
Author:
Tim Graham

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22209, comment 8

    initial v1  
    55    for x in queryset:
    66        # do something.
    7 }}
     7}}}
    88
    99I've actually gone through a lot of my code and changed count() to len() in a lot of cases it where it was actually making things slower.
Back to Top