#5987: __iter__ on a QuerySet doesn't return an efficient iterator
----------------------------------------+-----------------------------------
   Reporter:  [EMAIL PROTECTED]  |                Owner:  nobody          
     Status:  new                       |            Component:  Database 
wrapper
    Version:  SVN                       |           Resolution:                 
 
   Keywords:  iterator __iter__ qs-rf   |                Stage:  Accepted       
 
  Has_patch:  0                         |           Needs_docs:  0              
 
Needs_tests:  0                         |   Needs_better_patch:  0              
 
----------------------------------------+-----------------------------------
Changes (by mtredinnick):

  * keywords:  iterator __iter__ => iterator __iter__ qs-rf
  * needs_better_patch:  => 0
  * stage:  Unreviewed => Accepted
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 Since we cache the results anyway, this is all a bit of a non-event
 (because the memory will be used up anyway as you access the results)
 unless you're being very lazy with your queries and selecting way more
 information than you're using.

 It's being changed in queryset-refactor in any case, for other reasons, so
 this ticket will be closed when that branch is merged.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/5987#comment:1>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to