]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
moved modified_event() calls below the attribute extension fires. this basically...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 8 Nov 2009 21:54:56 +0000 (21:54 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 8 Nov 2009 21:54:56 +0000 (21:54 +0000)
commit8a282a9b60dabd86bb16b6241055a619d61dc09b
treec2d9a28090ac0fdd927d6c7cf3eaa1740571812b
parent516dd178bf2feb5ad1d04993fa65d1a5a8f476ed
moved modified_event() calls below the attribute extension fires.  this basically has no difference in any case except that where an extension is calling commit() on the attribute -  in that case it usually, but not always, maintains the same history.   [ticket:1601]
lib/sqlalchemy/orm/attributes.py
test/orm/test_attributes.py