From: Mike Bayer Date: Wed, 28 Aug 2013 00:46:18 +0000 (-0400) Subject: more seealsos... X-Git-Tag: rel_0_9_0b1~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3deabad08c88f7adb6118e45f48e60596b4bb48f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git more seealsos... --- diff --git a/lib/sqlalchemy/sql/ddl.py b/lib/sqlalchemy/sql/ddl.py index a17c8ee53f..2a81b3394b 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` """