]> 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:01:55 +0000 (20:01 -0400)
commit3f75c6aff6e886e007c75d26e061987437b1bafb
treed9979bff7427b20e86bf215c11a63be9b84a1a4c
parent4a9d88b1cf1ba674f13b8e9c173aabd13b82dc36
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