[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed bug where events set to listen at the class
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-02-25 21:56:47
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e60529da7974/ Changeset: e60529da7974 Branch: None User: zzzeek Date: 2014-02-25 22:55:42 Summary: - 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 Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |