]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Clarify documentation for lazy_loaded_from
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 22 Jan 2020 16:01:59 +0000 (11:01 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 22 Jan 2020 16:01:59 +0000 (11:01 -0500)
commit8426f97cdb77076abddabbd2a755022e85b870e8
tree3b93b73e490dfdc9e9697abfd83e705ad565138c
parent20e14633fb15018ccf1f5d127fd67609bfe2b3e5
Clarify documentation for lazy_loaded_from

This attribute was never available in conjunction with
mapper options, and additionally the use of baked queries
in the lazy loader strategy prevent this attribute from
being reliably available within the before_compile hook
unless baked queries are turned off entirely.

Fixes: #5109
Change-Id: I5fa12c68463d20475e7470647a784efe846b8af7
lib/sqlalchemy/orm/query.py