]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Class-bound attributes sent as arguments to
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 26 Jul 2008 16:23:14 +0000 (16:23 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 26 Jul 2008 16:23:14 +0000 (16:23 +0000)
commit3daaad30a4b1e633b367eedeac69dcb7dea4e6aa
tree9737cf6fdc5c4427f3d0ccba25e662d59448e8ab
parent66f02064544cf033665efd484251a8b718828d56
- Class-bound attributes sent as arguments to
relation()'s remote_side and foreign_keys parameters
are now accepted, allowing them to be used with
declarative (and therefore self-referential many-to-one
relations); merged from 0.5.
CHANGES
lib/sqlalchemy/orm/properties.py
test/ext/declarative.py