]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added label() method to InstrumentedAttribute
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Sep 2008 19:31:24 +0000 (19:31 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Sep 2008 19:31:24 +0000 (19:31 +0000)
commit51d623d4692616536e9879ddd9c1145cab210aeb
tree835253c4e1e98b5a61581b08cc8791e0c0e1fa25
parent4a98ddde1676d91b9eadf9b59de11c132c1abf4f
- Added label() method to InstrumentedAttribute
to establish forwards compatibility with 0.5.
CHANGES
lib/sqlalchemy/orm/attributes.py
test/orm/query.py