Changes between Initial Version and Version 1 of Ticket #22209, comment 8
- Timestamp:
- Oct 7, 2015, 1:12:19 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22209, comment 8
initial v1 5 5 for x in queryset: 6 6 # do something. 7 }} 7 }}} 8 8 9 9 I'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.