+26
−0
+21
−1
Loading
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 8d65b608. Conflicts: django/db/models/sql/compiler.py tests/queries/tests.py