summaryrefslogtreecommitdiff
path: root/examples/join_conditions/__init__.py
blob: d67eb68e430af282bb4b7d2f64b44d6338482691 (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::

"""