summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/ddl.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-08-27 20:46:18 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-08-27 20:46:18 -0400
commit3deabad08c88f7adb6118e45f48e60596b4bb48f (patch)
tree2fbcb8cae28b78a423bd58dd81b4b550d2885eb3 /lib/sqlalchemy/sql/ddl.py
parent031ef0807838842a827135dbace760da7aec215e (diff)
downloadsqlalchemy-3deabad08c88f7adb6118e45f48e60596b4bb48f.tar.gz
more seealsos...
Diffstat (limited to 'lib/sqlalchemy/sql/ddl.py')
-rw-r--r--lib/sqlalchemy/sql/ddl.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/sqlalchemy/sql/ddl.py b/lib/sqlalchemy/sql/ddl.py
index a17c8ee53..2a81b3394 100644
--- a/lib/sqlalchemy/sql/ddl.py
+++ b/lib/sqlalchemy/sql/ddl.py
@@ -43,7 +43,7 @@ class DDLElement(Executable, _DDLCompiles):
AddConstraint(constraint).execute_if(dialect='postgresql')
)
- See also:
+ .. seealso::
:class:`.DDL`
@@ -195,7 +195,7 @@ class DDLElement(Executable, _DDLCompiles):
:param state: any value which will be passed to the callable_
as the ``state`` keyword argument.
- See also:
+ .. seealso::
:class:`.DDLEvents`
@@ -360,9 +360,10 @@ class DDL(DDLElement):
default when ``execute()`` is invoked without a bind argument.
- See also:
+ .. seealso::
:class:`.DDLEvents`
+
:mod:`sqlalchemy.event`
"""