#28723: RelatedManager.get_prefetch_queryset returns "wrong" cache_name
-------------------------------------+-------------------------------------
     Reporter:  Mike Hansen          |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Jon Dufresne):

 * status:  closed => new
 * resolution:  fixed =>
 * stage:  Ready for checkin => Accepted


Comment:

 I believe this change is causing a regression as the
 `_remove_prefetched_objects()` method was not updated to use the new cache
 name. See line:

 
https://github.com/django/django/blob/514b2c989a948e3c59bda0da0c9427acf643cf5b/django/db/models/fields/related_descriptors.py#L578

 I've created a [https://github.com/django/django/pull/9657 PR] to fix it.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/28723#comment:7>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.42e9063a1ee8bb568c94a439488c7a80%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to