[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-03-11 16:39:41
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/009df6a3d041/ Changeset: 009df6a3d041 Branch: None User: zzzeek Date: 2014-03-11 17:27:10 Summary: - Added a new keyword argument ``once=True`` to :func:`.event.listen` and :func:`.event.listens_for`. This is a convenience feature which will wrap the given listener such that it is only invoked once. Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b7169f66d7ca/ Changeset: b7169f66d7ca Branch: None User: zzzeek Date: 2014-03-11 17:39:00 Summary: - A warning is emitted if the :meth:`.MapperEvents.before_configured` or :meth:`.MapperEvents.after_configured` events are applied to a specific mapper or mapped class, as the events are only invoked for the :class:`.Mapper` target at the general level. 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. |