]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- hooks in the new object to RelationshipProperty, restores the "local" annotation.
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 8 Feb 2012 23:46:36 +0000 (18:46 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 8 Feb 2012 23:46:36 +0000 (18:46 -0500)
commit91f4109dc3ec49686ba2393eb6b7bd9bb5b95fb3
treeb1be183ec81c0647a31f54d0862dd3408a6fe5b3
parent83cd64f6cb12555cc76b6a19cb90247e08cc0547
- hooks in the new object to RelationshipProperty, restores the "local" annotation.
also added in sync pairs, etc.  many-to-many is currently broken.
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/relationships.py
test/orm/test_query.py
test/orm/test_rel_fn.py