#29984: Support prefetch_related() with Queryset.iterator()
-------------------------------------+-------------------------------------
     Reporter:  Taylor H             |                    Owner:  nobody
         Type:  New feature          |                   Status:  new
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  1                    |      Needs documentation:  1
  Needs tests:  0                    |  Patch needs improvement:  1
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Simon Charette):

 * needs_better_patch:  0 => 1


Comment:

 Patch needs both documentation and a deprecation warning when
 `self._prefetch_related_lookups and chunk_size is None`. The idea is to
 eventually turn this deprecation warning into an error and never performs
 prefetching unless a chunk size is specified.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29984#comment:5>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/070.da65a5d3cccc113ae52070d949ba53c3%40djangoproject.com.

Reply via email to