mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-27 11:01:44 -04:00
3a03c2e715
the primaryjoin examples there
7 lines
178 B
Python
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::
|
|
|
|
""" |