]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Association proxy now has correct behavior for
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Feb 2011 01:20:34 +0000 (20:20 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Feb 2011 01:20:34 +0000 (20:20 -0500)
commit2722035809364af9d6ea533241d34935ca17e6af
tree3b8503cc261399330c35aa9b9b6e3b829705a6db
parent2e4da52221c9f231117b93c9709a36dc65b8c9b0
- Association proxy now has correct behavior for
any(), has(), and contains() when proxying
a many-to-one scalar attribute to a one-to-many
collection (i.e. the reverse of the 'typical'
association proxy use case)  [ticket:2054]
CHANGES
lib/sqlalchemy/ext/associationproxy.py
test/ext/test_associationproxy.py