]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- re-establish and test some behavior from previous versions, that
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Aug 2014 18:25:09 +0000 (14:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Aug 2014 18:25:09 +0000 (14:25 -0400)
commitb9046a163bd94ea9101e13414682280e56a677e6
tree2b5cb1ef3b67a2136eeed0d51458a42e4d1f32e6
parenteb8a39c58cf3ef8f43d9bead3a534b5700f4a519
- re-establish and test some behavior from previous versions, that
if a load() or refresh() event changes history (which...why...but anyway)
the state of the object is the same; currently it seems that history
gets reset but on a refresh, the object still goes into session.dirty
- simplify what we store in partials
lib/sqlalchemy/orm/loading.py
test/orm/test_events.py