]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug which disallowed one side of a many-to-many
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 1 Sep 2009 22:42:35 +0000 (22:42 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 1 Sep 2009 22:42:35 +0000 (22:42 +0000)
commit31f26e561cc1aeb3475e6e662839b07a60412c36
tree287b8b0581e49408d48a0acefac1a3a379ebfa82
parent4888c89ce53b35994f2d8b4a1116fd9d7c2a5804
- Fixed bug which disallowed one side of a many-to-many
bidirectional reference to declare itself as "viewonly"
[ticket:1507]
CHANGES
lib/sqlalchemy/orm/dependency.py
test/orm/test_relationships.py