]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
backref() function uses primaryjoin/secondaryjoin of the parent relation() if not...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 10 May 2008 00:26:28 +0000 (00:26 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 10 May 2008 00:26:28 +0000 (00:26 +0000)
commitbd8514e80bef54a535f46c58aee5945460929691
treec7704d5a37482926674dcdf314635fe6fdda5506
parent2de2900e59963f993d13a6925c1d5b1daf7e67ef
backref() function uses primaryjoin/secondaryjoin of the parent relation() if not otherwise specified, removing the frequently annoying need to specify primaryjoin twice.
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/properties.py
test/orm/cycles.py
test/orm/inheritance/poly_linked_list.py
test/orm/inheritance/productspec.py
test/orm/relationships.py