~ubuntu-branches/debian/jessie/sqlalchemy/jessie

« back to all changes in this revision

Viewing changes to doc/build/orm/extensions/associationproxy.rst

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski, Jakub Wilk, Piotr Ożarowski
  • Date: 2013-07-06 20:53:52 UTC
  • mfrom: (1.4.23) (16.1.17 experimental)
  • Revision ID: package-import@ubuntu.com-20130706205352-ryppl1eto3illd79
Tags: 0.8.2-1
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.

[ Piotr Ożarowski ]
* New upstream release
* Upload to unstable
* Build depend on python3-all instead of -dev, extensions are not built for
  Python 3.X 

Show diffs side-by-side

added added

removed removed

Lines of Context:
481
481
:class:`.AssociationProxy` can be used with :meth:`.Query.join` somewhat manually
482
482
using the :attr:`~.AssociationProxy.attr` attribute in a star-args context::
483
483
 
484
 
    q = session.query(User).join(*User.keywords)
 
484
    q = session.query(User).join(*User.keywords.attr)
485
485
 
486
486
.. versionadded:: 0.7.3
487
487
    :attr:`~.AssociationProxy.attr` attribute in a star-args context.
508
508
.. autoclass:: AssociationProxy
509
509
   :members:
510
510
   :undoc-members:
 
511
 
 
512
.. autodata:: ASSOCIATION_PROXY
 
 
b'\\ No newline at end of file'