summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/deprecated_interfaces.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-12-25 17:34:24 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2011-12-25 17:34:24 -0500
commit68f6951019dce746a0d093ee597e89d68f4d8fc0 (patch)
tree24c6c415aacf75e2a24215626215f7853e0b9469 /lib/sqlalchemy/orm/deprecated_interfaces.py
parent6ed0d7e3339dd14daad612f9ac6dd2f5e90ef517 (diff)
downloadsqlalchemy-68f6951019dce746a0d093ee597e89d68f4d8fc0.tar.gz
fix a whole bunch of note:: / warning:: that were inline,
no longer compatible with docutils 0.8
Diffstat (limited to 'lib/sqlalchemy/orm/deprecated_interfaces.py')
-rw-r--r--lib/sqlalchemy/orm/deprecated_interfaces.py12
1 files changed, 9 insertions, 3 deletions
diff --git a/lib/sqlalchemy/orm/deprecated_interfaces.py b/lib/sqlalchemy/orm/deprecated_interfaces.py
index d5a9ab9c6..3d78ce757 100644
--- a/lib/sqlalchemy/orm/deprecated_interfaces.py
+++ b/lib/sqlalchemy/orm/deprecated_interfaces.py
@@ -11,7 +11,9 @@ from interfaces import EXT_CONTINUE
class MapperExtension(object):
"""Base implementation for :class:`.Mapper` event hooks.
- .. note:: :class:`.MapperExtension` is deprecated. Please
+ .. note::
+
+ :class:`.MapperExtension` is deprecated. Please
refer to :func:`.event.listen` as well as
:class:`.MapperEvents`.
@@ -375,7 +377,9 @@ class SessionExtension(object):
"""Base implementation for :class:`.Session` event hooks.
- .. note:: :class:`.SessionExtension` is deprecated. Please
+ .. note::
+
+ :class:`.SessionExtension` is deprecated. Please
refer to :func:`.event.listen` as well as
:class:`.SessionEvents`.
@@ -493,7 +497,9 @@ class AttributeExtension(object):
"""Base implementation for :class:`.AttributeImpl` event hooks, events
that fire upon attribute mutations in user code.
- .. note:: :class:`.AttributeExtension` is deprecated. Please
+ .. note::
+
+ :class:`.AttributeExtension` is deprecated. Please
refer to :func:`.event.listen` as well as
:class:`.AttributeEvents`.