summaryrefslogtreecommitdiff
path: root/examples/join_conditions/__init__.py
blob: 3a561d0849c1e05317ff3ac87d00989d12cbb48a (plain)
1
2
3
4
5
6
7
"""Examples of various :func:`.orm.relationship` configurations,
which make use of the ``primaryjoin`` argument to compose special types
of join conditions.

.. autosource::

"""