From 422448e254cffb43ede840d04fdd5cd3f9a7074b Mon Sep 17 00:00:00 2001 From: Diana Clarke Date: Sun, 16 Dec 2012 08:04:52 -0500 Subject: [PATCH] docs - missing 'attr' in AssociationProxy join see #2636 --- doc/build/orm/extensions/associationproxy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/orm/extensions/associationproxy.rst b/doc/build/orm/extensions/associationproxy.rst index 177587c59a..cd8a8cc81c 100644 --- a/doc/build/orm/extensions/associationproxy.rst +++ b/doc/build/orm/extensions/associationproxy.rst @@ -481,7 +481,7 @@ and ``.contains()`` is available for a proxy to a scalar collection:: :class:`.AssociationProxy` can be used with :meth:`.Query.join` somewhat manually using the :attr:`~.AssociationProxy.attr` attribute in a star-args context:: - q = session.query(User).join(*User.keywords) + q = session.query(User).join(*User.keywords.attr) .. versionadded:: 0.7.3 :attr:`~.AssociationProxy.attr` attribute in a star-args context. -- 2.47.2