]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in mutable extension as well as
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 19 Mar 2014 15:09:38 +0000 (11:09 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 19 Mar 2014 15:09:38 +0000 (11:09 -0400)
commitb9a2b58dd74757184ef94206f09e9db1f536e4cb
tree58dd9631ac97aa1b0d5e335f3f3eab5c7c872625
parentfd8dbf8e78981187d091dcc25e63ddfb4e56a5f8
- Fixed bug in mutable extension as well as
:func:`.attributes.flag_modified` where the change event would not be
propagated if the attribute had been reassigned to itself.
fixes #2997
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/ext/mutable.py
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/state.py
test/ext/test_mutable.py
test/orm/test_attributes.py