]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where events set to listen at the class
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 25 Feb 2014 21:55:42 +0000 (16:55 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 25 Feb 2014 21:55:42 +0000 (16:55 -0500)
commite60529da797491e9e88e9fcc581334ad3a09bcc2
tree70ec4d5c0ca9037b125d15252eb9e8630096b91a
parent1122d355d15a8f6b8565df282eeb3463c31a512d
- Fixed bug where events set to listen at the class
level (e.g. on the :class:`.Mapper` or :class:`.ClassManager`
level, as opposed to on an individual mapped class, and also on
:class:`.Connection`) that also made use of internal argument conversion
(which is most within those categories) would fail to be removable.
fixes #2973
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/event/attr.py
test/base/test_events.py