Changes between Initial Version and Version 1 of Ticket #22209, comment 2
- Timestamp:
- Mar 4, 2014, 11:53:24 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22209, comment 2
initial v1 1 Calling len is cheap if the queryset is already executed . Adding comments in the places where this is the case and fixing other places is the right fix for this.1 Calling len is cheap if the queryset is already executed (or it is going to be executed again later on). Adding comments in the places where this is the case and fixing other places is the right fix for this.