]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Declarative will properly interpret the "foreign_keys" argument
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Feb 2009 22:09:30 +0000 (22:09 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Feb 2009 22:09:30 +0000 (22:09 +0000)
commit38c9a5be50af93fe5ba4a9af4ecb594bb6ffff36
tree4b5e7fbdb7bd2f99072c2647112237f7cd8805da
parent689a144a7150b5986708628ec7c090c7d2fa2464
- Declarative will properly interpret the "foreign_keys" argument
on a backref() if it's a string.
CHANGES
lib/sqlalchemy/ext/declarative.py
test/ext/declarative.py