mirror of
https://github.com/django/django.git
synced 2025-05-04 14:14:37 +00:00
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.