Files
sqlalchemy/examples/join_conditions/__init__.py
T
2013-12-05 12:17:16 -05:00

7 lines
178 B
Python

"""Examples of various :func:`.orm.relationship` configurations,
which make use of the ``primaryjoin`` argument to compose special types
of join conditions.
.. autosource::
"""