]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
The :class:`.MutableComposite` type did not allow for the
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Dec 2012 00:49:42 +0000 (19:49 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Dec 2012 00:49:42 +0000 (19:49 -0500)
commitd89d71d1dad4b795e14d5395f4008c5027b59baa
treee77a26aa322836de21ac4e7d352b146a602ef4e9
parentc333b680713dd21b4c4bf4e17936dc2d8428d6c5
The :class:`.MutableComposite` type did not allow for the
:meth:`.MutableBase.coerce` method to be used, even though
the code seemed to indicate this intent, so this now works
and a brief example is added.  As a side-effect,
the mechanics of this event handler have been changed so that
new :class:`.MutableComposite` types no longer add per-type
global event handlers.  Also in 0.7.10

[ticket:2624]
doc/build/changelog/changelog_07.rst
doc/build/changelog/changelog_08.rst
doc/build/orm/extensions/mutable.rst
lib/sqlalchemy/event.py
lib/sqlalchemy/ext/mutable.py
test/ext/test_mutable.py