• Anssi Kääriäinen's avatar
    Fixed #19870 -- Regression in select_related in inheritance cases · 3c6318e8
    Anssi Kääriäinen yazdı
    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 68985db4.
    
    Thanks to Trac alias loic84 for report & tests.
    3c6318e8
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
models.py Loading commit data...
tests.py Loading commit data...