From a9288ca5bd979d8aab9921f71bf5b722b1c3ab3d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 9 Aug 2010 20:49:08 -0400 Subject: working with how this will be documented and having some probs with sphinx --- lib/sqlalchemy/interfaces.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/sqlalchemy/interfaces.py') diff --git a/lib/sqlalchemy/interfaces.py b/lib/sqlalchemy/interfaces.py index 4eaf4d4ad..36573bf43 100644 --- a/lib/sqlalchemy/interfaces.py +++ b/lib/sqlalchemy/interfaces.py @@ -14,7 +14,7 @@ class PoolListener(object): .. note:: :class:`PoolListener` is deprecated. Please refer to :func:`event.listen` as well as - :attr:`Pool.events`. + :attr:`.Pool.events`. Usage:: @@ -146,7 +146,8 @@ class ConnectionProxy(object): """Allows interception of statement execution by Connections. .. note:: :class:`ConnectionProxy` is deprecated. Please - refer to :func:`event.listen`. + refer to :func:`event.listen` as well as + :attr:`.Engine.events`. Either or both of the ``execute()`` and ``cursor_execute()`` may be implemented to intercept compiled statement and -- cgit v1.2.1