mirror of
https://github.com/django/django.git
synced 2025-03-12 10:22: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.