3c6318e831
There was a regression in case two models inherited the same parent,
and one contained a foreign key to other. When select_related travelled
the foreign key the other model reused the parent join made by the
first model. This was likely caused by Query.join_parent_model()
addition in commit
|
||
---|---|---|
.. | ||
__init__.py | ||
models.py | ||
tests.py |