]> 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:12:24 +0000 (11:12 -0400)
commit66d090be9cf0524d10568183bc53b2c100000a00
treef271a5b9ab6ffd1a385e3746d1c28988b54e385f
parentc5005f7e4b11053d8d38ef1dd34fd47b42af0cd0
- 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

Conflicts:
lib/sqlalchemy/orm/state.py
test/orm/test_attributes.py
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