mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-15 21:27:23 -04:00
a40467152c
(cherry picked from commit 6aad7fb4217ef294f68f693be5b3137c28184949)
9 lines
216 B
Python
9 lines
216 B
Python
"""
|
|
Examples illustrating the usage of the "association object" pattern,
|
|
where an intermediary class mediates the relationship between two
|
|
classes that are associated in a many-to-many pattern.
|
|
|
|
.. autosource::
|
|
|
|
"""
|