]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added string argument resolution to relation() in conjunction with declarative for...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 May 2008 23:01:05 +0000 (23:01 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 May 2008 23:01:05 +0000 (23:01 +0000)
commitcd95c479e91fea35894d764a7bc1d82e95236860
tree327ef9fbd39e53d540ceb72bb5ea7a026dafd8b4
parentae9297bd1857792b097b110de74b119c106f0162
added string argument resolution to relation() in conjunction with declarative for: order_by,
primaryjoin, secondaryjoin, secondary, foreign_keys, and remote_side.
doc/build/content/ormtutorial.txt
doc/build/content/plugins.txt
lib/sqlalchemy/ext/declarative.py
lib/sqlalchemy/orm/properties.py
test/ext/declarative.py