From 78b620055706535502fc55fe422e2b318d5b298c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 31 Oct 2012 00:17:16 -0400 Subject: [PATCH] - i think this is a sphinx bug --- doc/build/orm/relationships.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/build/orm/relationships.rst b/doc/build/orm/relationships.rst index 227f57240c..c6e6670c61 100644 --- a/doc/build/orm/relationships.rst +++ b/doc/build/orm/relationships.rst @@ -937,7 +937,6 @@ one :class:`.Column` we need:: billing_address = relationship("Address", foreign_keys="Customer.billing_address_id") .. versionchanged:: 0.8 - :func:`.relationship` can resolve ambiguity between foreign key targets on the basis of the ``foreign_keys`` argument alone; the ``primaryjoin`` argument is no longer needed in this situation. -- 2.47.3