]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- i think this is a sphinx bug
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 31 Oct 2012 04:17:16 +0000 (00:17 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 31 Oct 2012 04:17:16 +0000 (00:17 -0400)
doc/build/orm/relationships.rst

index 227f57240cc54a6e1b691c3b8ad6bb7e6f8e1b6d..c6e6670c61ee4afdc84e38705a92022e6f4efb7a 100644 (file)
@@ -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.