]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- rewrite the docs and add a test for the bake_queries=True
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 19 Nov 2015 19:23:08 +0000 (14:23 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 19 Nov 2015 19:24:17 +0000 (14:24 -0500)
commite8c2e4a1799477fd0677af268e85754aecd390e8
tree8ff4893d2cf0e8bf1663e69ff5558c5e84fc553a
parent9b9773edd3485d20ec47a94573486cc6ffa92f00
- rewrite the docs and add a test for the bake_queries=True
relationship flag; this flag *does* have an effect when the baked
lazy loader plugin has been invoked.  clarify the intent of this
flag as an "opt out" but only has an effect when the baked system
is loaded anyway.  fixes #3572

(cherry picked from commit c7f9aa281857eeeaf7963c370bda43d2eb4746f5)
doc/build/orm/extensions/baked.rst
lib/sqlalchemy/orm/relationships.py
test/ext/test_baked.py