]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Class-bound attributes sent as arguments to
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 19 Jul 2008 18:55:11 +0000 (18:55 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 19 Jul 2008 18:55:11 +0000 (18:55 +0000)
commitc5141f2981a69c18338ccabc97067d1d563d43a9
tree38442d5b82432f6b776cab36fcbb60f04f798612
parente78d06a4db273cd1b5b2b2212a5b2d5d15270d7c
- 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.
CHANGES
lib/sqlalchemy/orm/properties.py
test/ext/declarative.py