1
0
mirror of https://github.com/django/django.git synced 2025-03-13 10:50:55 +00:00
Simon Charette 626d77e52a Fixed #36116 -- Optimized multi-column ForwardManyToOne prefetching.
Rely on ColPairs and TupleIn which support a single column to be specified
to avoid special casing ForwardManyToOne.get_prefetch_querysets().

Thanks Jacob Walls for the report.
2025-01-21 09:09:43 +01:00
..