mirror of https://github.com/django/django.git
161e26c2ec
In cases where the same connection (from model A to model B along the
same field) was needed multiple times in a select_related query, the
join setup code mistakenly reused an existing join.
Backpatch of
|
||
---|---|---|
.. | ||
__init__.py | ||
models.py | ||
tests.py |