]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed bug whereby attribute history functions would fail
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Jul 2013 00:01:55 +0000 (20:01 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Jul 2013 00:02:31 +0000 (20:02 -0400)
commit806f5a4183681582f1baabe02e7c5b4473c294ff
tree3803ea361e56052533fd19d3515486ce1473c57a
parentf390639bf1a7a5a2a47bcd6df7106cf5855a44c1
Fixed bug whereby attribute history functions would fail
when an object we moved from "persistent" to "pending"
using the :func:`.make_transient` function, for operations
involving collection-based backrefs.
[ticket:2773]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/attributes.py
test/orm/test_attributes.py