]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [feature] Added utility feature
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 May 2012 19:48:39 +0000 (15:48 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 May 2012 19:48:39 +0000 (15:48 -0400)
commit93b29aefdcaa736cd180ab3ae31168163e9f0212
tree0a47139b16558da859fd78e165ca01a5d6a6dade
parentd05319ec7e7868fb09792d07d975c029c178d2d0
- [feature] Added utility feature
Session.enable_relationship_loading(),
supersedes relationship.load_on_pending.
Both features should be avoided, however.
[ticket:2372]
CHANGES
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/session.py
lib/sqlalchemy/orm/state.py
lib/sqlalchemy/orm/strategies.py
test/orm/test_load_on_fks.py