• Aymeric Augustin's avatar
    Fixed #22508 -- Avoided overwriting select_related. · f574220f
    Aymeric Augustin yazdı
    Previously, known related objects overwrote related objects loaded
    though select_related. This could cancel the effect of select_related
    when it was used over more than one level.
    
    Thanks boxm for the bug report and timo for bisecting the regression.
    f574220f
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
models.py Loading commit data...
tests.py Loading commit data...