]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
load_on_pending is different from enable_relationship_loading and should
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Dec 2013 01:06:27 +0000 (20:06 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Dec 2013 01:07:59 +0000 (20:07 -0500)
commit296f648e39e1fd05f028f156b9817d2de35217e3
treedfe248498276933535ef30a5c604e1059bdce9c1
parent9c41c2cdc61bcc1b1f7e3cb03c85eb3cbc9b2cea
load_on_pending is different from enable_relationship_loading and should
not be superseded.  both have a potential use.

Conflicts:
lib/sqlalchemy/orm/relationships.py
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/session.py