]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- remove remote_foreign annotation
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Oct 2012 22:23:57 +0000 (18:23 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Oct 2012 22:23:57 +0000 (18:23 -0400)
commita13812606cc49909eb0bdceccfd899359e098ca2
treefcc38801fa383ec6a23b7c5121fc030137a5dba8
parent2637c9eddc78e1eceadf544597ec69a9e9b13369
- remove remote_foreign annotation
- support annotations on Column where name isn't immediately present
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/relationships.py
lib/sqlalchemy/orm/session.py
lib/sqlalchemy/sql/util.py
test/orm/test_rel_fn.py
test/sql/test_selectable.py