#36507: Document that only the base queryset’s prefetch_related() is preserved when
using union()
-------------------------------------+-------------------------------------
Reporter: Clifford Gama | Type:
| Cleanup/optimization
Status: new | Component:
| Documentation
Version: 5.2 | Severity: Normal
Keywords: prefetch_related, | Triage Stage:
union | Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
When using QuerySet.union() in Django, any prefetch_related() applied to
the second (and third, etc) queryset is silently ignored. See
[
https://forum.djangoproject.com/t/using-union-with-querysets-that-have-a
-custom-prefetch-object/41638 forum thread in which it was suggested to
open a documentation ticket]. A docs improvement should also likely
include the workaround for using `Q` objects to do all prefetches in the
base qs (where possible), which is suggested by Simon in the forum.
--
Ticket URL: <
https://code.djangoproject.com/ticket/36507>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.