From: Mike Bayer Date: Wed, 31 Oct 2012 04:17:56 +0000 (-0400) Subject: more of these X-Git-Tag: rel_0_8_0b2~74 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c1f677b04e9742ab2802071fbebcd78c81ced616;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git more of these --- diff --git a/doc/build/orm/relationships.rst b/doc/build/orm/relationships.rst index c6e6670c61..e98ec657c7 100644 --- a/doc/build/orm/relationships.rst +++ b/doc/build/orm/relationships.rst @@ -436,7 +436,6 @@ is on both sides, and aligns the "remote" column along with the the "remote" side. .. versionadded:: 0.8 - Support for self-referential composite keys in :func:`.relationship` where a column points to itself.