]> 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:06:27 +0000 (20:06 -0500)
commit638c1c46b23273e3c50638537ecfec91e839253e
tree886c3defaf21f6017caeb8a06d9db3e6b40b13f8
parent752359936645a6308beb52e77dbdbfad9929a301
load_on_pending is different from enable_relationship_loading and should
not be superseded.  both have a potential use.
lib/sqlalchemy/orm/relationships.py
lib/sqlalchemy/orm/session.py