]> 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:23:08 +0000 (14:23 -0500)
commitc7f9aa281857eeeaf7963c370bda43d2eb4746f5
tree8d99cb282312028f5004eae86a64f6004921b7dd
parent14498364f82eadaf3de914d5ac588cd5b9563547
- 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
doc/build/orm/extensions/baked.rst
lib/sqlalchemy/orm/relationships.py
test/ext/test_baked.py